Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.lolly {
color: #ff9c8f;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.yellow-jacket {
color: #ffc83d;
}
.rodan-gold {
color: #ffdc5c;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--lolly:#ff9c8f;
--peanut-butter-chicken:#ffb65c;
--yellow-jacket:#ffc83d;
--rodan-gold:#ffdc5c;
}