Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f8d849;
}
.yellow-sea {
color: #f2a33a;
}
.cherokee-dignity {
color: #e27b28;
}
.warming-heart {
color: #d3503c;
}
.crimson-strawberry {
color: #9a2d44;
}
/* CSS Variables */
:root {
--anna-banana:#f8d849;
--yellow-sea:#f2a33a;
--cherokee-dignity:#e27b28;
--warming-heart:#d3503c;
--crimson-strawberry:#9a2d44;
}