Color names in this palette
CSS code for this palette
/* CSS */
.yriel-yellow {
color: #ffdb57;
}
.snake-eyes {
color: #e7c84b;
}
.ceylon-yellow {
color: #d5b23f;
}
.sweet-sour {
color: #c9a831;
}
.pollen-storm {
color: #b69c2b;
}
/* CSS Variables */
:root {
--yriel-yellow:#ffdb57;
--snake-eyes:#e7c84b;
--ceylon-yellow:#d5b23f;
--sweet-sour:#c9a831;
--pollen-storm:#b69c2b;
}