Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.cruise {
color: #b2e1d5;
}
.light-greenette {
color: #e4f1d0;
}
.lemon-gelato {
color: #f9eb9f;
}
.lion-cub {
color: #f8caa5;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--cruise:#b2e1d5;
--light-greenette:#e4f1d0;
--lemon-gelato:#f9eb9f;
--lion-cub:#f8caa5;
}