We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3c1c6 commit adf2a59Copy full SHA for adf2a59
packages/aura/src/palette.css
@@ -1,10 +1,10 @@
1
:where(:root),
2
:where(:host) {
3
--aura-red: oklch(0.59 0.2 25);
4
- --aura-orange: oklch(0.61 0.4 90);
5
- --aura-yellow: oklch(0.9 0.45 105);
6
- --aura-green: oklch(0.6 0.2 150);
7
- --aura-blue: oklch(0.61 0.2 260);
+ --aura-orange: oklch(0.61 0.35 87);
+ --aura-yellow: oklch(0.89 0.3 98);
+ --aura-green: oklch(0.6 0.2 155);
+ --aura-blue: oklch(0.55 0.2 264);
8
--aura-purple: oklch(0.58 0.22 290);
9
10
--aura-red-text: light-dark(
0 commit comments