Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.crystal-river {
color: #b2e6f0;
}
.frostproof {
color: #cff1f7;
}
.azure-mist {
color: #f0fff4;
}
.lively-yellow {
color: #ffebb3;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--crystal-river:#b2e6f0;
--frostproof:#cff1f7;
--azure-mist:#f0fff4;
--lively-yellow:#ffebb3;
}