Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.rustique {
color: #f6c1b1;
}
.frangipane {
color: #f6d4b1;
}
.calla {
color: #f1e1b6;
}
.eau-de-rose {
color: #e4b9d4;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--rustique:#f6c1b1;
--frangipane:#f6d4b1;
--calla:#f1e1b6;
--eau-de-rose:#e4b9d4;
}