Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.aquarelle {
color: #5eacb0;
}
.apatite-blue {
color: #2f7f7c;
}
.field-day {
color: #c7eba3;
}
.mocha-dandelion {
color: #f2d86e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--aquarelle:#5eacb0;
--apatite-blue:#2f7f7c;
--field-day:#c7eba3;
--mocha-dandelion:#f2d86e;
}