Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e2a1c5;
}
.pink-dogwood {
color: #f5d1d2;
}
.phoenix-fossil {
color: #f5d89e;
}
.butter-cream {
color: #f1b341;
}
.redstone {
color: #e26a6e;
}
/* CSS Variables */
:root {
--prettiest-pink:#e2a1c5;
--pink-dogwood:#f5d1d2;
--phoenix-fossil:#f5d89e;
--butter-cream:#f1b341;
--redstone:#e26a6e;
}