Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.sunny-mood {
color: #f7c94b;
}
.james-blonde {
color: #f1e4b7;
}
.slime-lime {
color: #b7ebc0;
}
.throat-chakra {
color: #6cc9d5;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--sunny-mood:#f7c94b;
--james-blonde:#f1e4b7;
--slime-lime:#b7ebc0;
--throat-chakra:#6cc9d5;
}