Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c4;
}
.bleached-apricot {
color: #f8c8aa;
}
.creamy-lemon {
color: #ffedb3;
}
.aqua-island {
color: #a2d7d6;
}
.sanctuary-spa {
color: #68b5e8;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c4;
--bleached-apricot:#f8c8aa;
--creamy-lemon:#ffedb3;
--aqua-island:#a2d7d6;
--sanctuary-spa:#68b5e8;
}