Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b8cae5;
}
.sea-cliff {
color: #a3c7e0;
}
.high-seas {
color: #7da6d9;
}
.hibiscus-petal {
color: #f1a7ae;
}
.pink-explosion {
color: #f26e8a;
}
/* CSS Variables */
:root {
--radar:#b8cae5;
--sea-cliff:#a3c7e0;
--high-seas:#7da6d9;
--hibiscus-petal:#f1a7ae;
--pink-explosion:#f26e8a;
}