Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e1a8b5;
}
.dreamsicle {
color: #f6d5c1;
}
.summer-resort {
color: #f7eebb;
}
.spring-glow {
color: #d4e0b8;
}
.template {
color: #a3c4e6;
}
/* CSS Variables */
:root {
--iced-vovo:#e1a8b5;
--dreamsicle:#f6d5c1;
--summer-resort:#f7eebb;
--spring-glow:#d4e0b8;
--template:#a3c4e6;
}