Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f7cad7;
}
.pink-blessing {
color: #f2a6bb;
}
.poudretteite-pink {
color: #e68997;
}
.artesian-pool {
color: #a3c2e0;
}
.sanctuary-spa {
color: #68afe8;
}
/* CSS Variables */
:root {
--palace-rose:#f7cad7;
--pink-blessing:#f2a6bb;
--poudretteite-pink:#e68997;
--artesian-pool:#a3c2e0;
--sanctuary-spa:#68afe8;
}