Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new: agent color tokens #2122

Closed
randybascue opened this issue Aug 4, 2023 · 5 comments
Closed

new: agent color tokens #2122

randybascue opened this issue Aug 4, 2023 · 5 comments
Assignees
Milestone

Comments

@randybascue
Copy link

randybascue commented Aug 4, 2023

Summary

The upcoming agent feature includes a set of new colors. This includes 5 solid colors, 4 opaque gradients, and 3 semi-transparent gradients.

Resources

Figma spec

Use cases

  1. Agent avatar
  2. Agent disclaimer
  3. Agent M2M
  4. Agent modules
@agliga agliga added this to the 16.7.0 milestone Aug 17, 2023
@agliga agliga self-assigned this Aug 17, 2023
@agliga
Copy link
Contributor

agliga commented Aug 17, 2023

Will get gradient values from @randybascue

@randybascue
Copy link
Author

randybascue commented Aug 24, 2023

--ai-gradient-full-color-diagonal: linear-gradient(223deg, --ai-yellow 9.79%, --ai-red 26.69%, --ai-purple 41.82%, --ai-blue 56.17%, --ai-green 78.48%);

--ai-gradient-green: linear-gradient(270deg, --ai-green 0%, #44CF63 25.00%, --ai-blue 100%);

--ai-gradient-blue: linear-gradient(270deg, --ai-green 0%, --ai-blue 55.62%, #5751EA 75.70%, --ai-purple 100%);

--ai-gradient-violet: linear-gradient(270deg, --ai-purple 0%, --ai-red 100%);

--ai-green: #4EE04B;

--ai-blue: #0968F6;

--ai-purple: #993EE0;

--ai-red: #FF4242;

--ai-yellow: #FFD80E;

@randybascue
Copy link
Author

@agliga

@randybascue
Copy link
Author

randybascue commented Sep 14, 2023

Updated color tokens to remove opacity
image

@randybascue
Copy link
Author

randybascue commented Sep 14, 2023

background: var(--ai-gradient-purple-subtle-light, linear-gradient(270deg, —ai-solid-purple-subtle 0%, —ai-solid-red-subtle 100%));

background: var(--ai-gradient-blue-subtle-light, linear-gradient(270deg, —ai-solid-green-subtle 36%, #EBF3FE 46.87%, —ai-solid-purple-subtle 113%));

background: var(--ai-gradient-green-subtle-light, linear-gradient(270deg, —ai-solid-green-subtle 0%, —ai-solid-blue-subtle 154.5%));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants