Color names in this palette
CSS code for this palette
/* CSS */
.evening-pink {
color: #a78b9a;
}
.sky-blue-pink {
color: #d9c0e2;
}
.cameo-cream {
color: #f4e2c3;
}
.sundance {
color: #f8c76d;
}
.sun-orange {
color: #f27c21;
}
/* CSS Variables */
:root {
--evening-pink:#a78b9a;
--sky-blue-pink:#d9c0e2;
--cameo-cream:#f4e2c3;
--sundance:#f8c76d;
--sun-orange:#f27c21;
}