Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #df9fb4;
}
.brilliant-beige {
color: #f2c5b5;
}
.sea-cliff {
color: #a3c7e0;
}
.blouson-blue {
color: #6ab8c8;
}
.spring-yellow {
color: #f3e77c;
}
/* CSS Variables */
:root {
--iced-vovo:#df9fb4;
--brilliant-beige:#f2c5b5;
--sea-cliff:#a3c7e0;
--blouson-blue:#6ab8c8;
--spring-yellow:#f3e77c;
}