Color names in this palette
CSS code for this palette
/* CSS */
.sorbet-yellow {
color: #d6c400;
}
.highlighter-yellow {
color: #f0e13d;
}
.vanilla-pudding {
color: #f9e66c;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--sorbet-yellow:#d6c400;
--highlighter-yellow:#f0e13d;
--vanilla-pudding:#f9e66c;
--deep-fried-sun-rays:#f8c75d;
--chrome-yellow:#faa700;
}