Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.cruise {
color: #b6e2d6;
}
.stucco-wall {
color: #f0b19e;
}
.sun-orange {
color: #f47b1f;
}
.cyclamen-red {
color: #a45b8d;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--cruise:#b6e2d6;
--stucco-wall:#f0b19e;
--sun-orange:#f47b1f;
--cyclamen-red:#a45b8d;
}