Color names in this palette
CSS code for this palette
/* CSS */
.pink-nectar {
color: #d6a9b7;
}
.cupcake-rose {
color: #e6c8b7;
}
.barley-white {
color: #f6e4b6;
}
.dreamsicle {
color: #f4d4c3;
}
.coral-fountain {
color: #e6a9a2;
}
/* CSS Variables */
:root {
--pink-nectar:#d6a9b7;
--cupcake-rose:#e6c8b7;
--barley-white:#f6e4b6;
--dreamsicle:#f4d4c3;
--coral-fountain:#e6a9a2;
}