Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e1a8b3;
}
.alpenglow {
color: #f1c0b7;
}
.cr-me-de-la-cr-me {
color: #f4e6b3;
}
.sunny-glory {
color: #e8d99b;
}
.flower-stem {
color: #b4d9b4;
}
/* CSS Variables */
:root {
--iced-vovo:#e1a8b3;
--alpenglow:#f1c0b7;
--cr-me-de-la-cr-me:#f4e6b3;
--sunny-glory:#e8d99b;
--flower-stem:#b4d9b4;
}