Color names in this palette
CSS code for this palette
/* CSS */
.iridescent-red {
color: #c84c5c;
}
.river-of-gold {
color: #e5b35d;
}
.willow-flower-yellow {
color: #f2d29c;
}
.eerie-glow {
color: #a6d8b7;
}
.heavenly-sky {
color: #6b8fb3;
}
/* CSS Variables */
:root {
--iridescent-red:#c84c5c;
--river-of-gold:#e5b35d;
--willow-flower-yellow:#f2d29c;
--eerie-glow:#a6d8b7;
--heavenly-sky:#6b8fb3;
}