Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.blue-angels-yellow {
color: #fab700;
}
.ornery-tangerine {
color: #f87d25;
}
.dusty-orange {
color: #e56a52;
}
.sugar-rush {
color: #d85f9e;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--blue-angels-yellow:#fab700;
--ornery-tangerine:#f87d25;
--dusty-orange:#e56a52;
--sugar-rush:#d85f9e;
}