Color names in this palette
CSS code for this palette
/* CSS */
.autumn-apple-yellow {
color: #d0a549;
}
.rubber-ducky {
color: #f7d059;
}
.arts-crafts-gold {
color: #f9c48b;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--autumn-apple-yellow:#d0a549;
--rubber-ducky:#f7d059;
--arts-crafts-gold:#f9c48b;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}