Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e0a3ae;
}
.radome-tan {
color: #f2c7a1;
}
.glad-yellow {
color: #f5e3ad;
}
.green-trance {
color: #a3d7a4;
}
.kingfisher-turquoise {
color: #7db5b5;
}
/* CSS Variables */
:root {
--iced-vovo:#e0a3ae;
--radome-tan:#f2c7a1;
--glad-yellow:#f5e3ad;
--green-trance:#a3d7a4;
--kingfisher-turquoise:#7db5b5;
}