Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.butternut {
color: #ffa175;
}
.zinnia-gold {
color: #ffd980;
}
.eerie-glow {
color: #a7d7b8;
}
.cyprus-green {
color: #6c9d8a;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--butternut:#ffa175;
--zinnia-gold:#ffd980;
--eerie-glow:#a7d7b8;
--cyprus-green:#6c9d8a;
}