Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.pisco-sour {
color: #bae47c;
}
.reef-refractions {
color: #cff3a0;
}
.lemon-sherbet {
color: #f3fba7;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--pisco-sour:#bae47c;
--reef-refractions:#cff3a0;
--lemon-sherbet:#f3fba7;
--the-first-daffodil:#ffee8f;
}