Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4d6b6;
}
.duck-egg-cream {
color: #c5e2d5;
}
.melting-glacier {
color: #e9f6f4;
}
.sunkissed-yellow {
color: #ffebb8;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--frugal:#a4d6b6;
--duck-egg-cream:#c5e2d5;
--melting-glacier:#e9f6f4;
--sunkissed-yellow:#ffebb8;
--cornflower-lilac:#ffadad;
}