Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d5a6a5;
}
.calico-rose {
color: #e4c1b4;
}
.illuminated {
color: #f9e5d7;
}
.little-beaux-blue {
color: #b5d4c3;
}
.yucca-cream {
color: #a1d9cc;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d5a6a5;
--calico-rose:#e4c1b4;
--illuminated:#f9e5d7;
--little-beaux-blue:#b5d4c3;
--yucca-cream:#a1d9cc;
}