Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blushing-apricot {
color: #f9b9a4;
}
.lighthouse-glow {
color: #f9d36c;
}
.young-crab {
color: #f89b9e;
}
.oleander-pink {
color: #f25a99;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blushing-apricot:#f9b9a4;
--lighthouse-glow:#f9d36c;
--young-crab:#f89b9e;
--oleander-pink:#f25a99;
}