Color names in this palette
CSS code for this palette
/* CSS */
.roseate-spoonbill {
color: #e0aec8;
}
.stormy-sunrise {
color: #c8a2c6;
}
.bouquet {
color: #a47f9a;
}
.euphoric-magenta {
color: #81566c;
}
.joyful-ruby {
color: #4c2f3b;
}
/* CSS Variables */
:root {
--roseate-spoonbill:#e0aec8;
--stormy-sunrise:#c8a2c6;
--bouquet:#a47f9a;
--euphoric-magenta:#81566c;
--joyful-ruby:#4c2f3b;
}