Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.ode-to-green {
color: #b8e5d7;
}
.french-vanilla {
color: #f0e3a8;
}
.pink-fit {
color: #f6a2b2;
}
.akak-red {
color: #f27b5a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--ode-to-green:#b8e5d7;
--french-vanilla:#f0e3a8;
--pink-fit:#f6a2b2;
--akak-red:#f27b5a;
}