Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-dream {
color: #a4d48c;
}
.alesan {
color: #f0c1a8;
}
.noodles {
color: #f9e5b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.arboretum {
color: #6fbe9d;
}
/* CSS Variables */
:root {
--pistachio-dream:#a4d48c;
--alesan:#f0c1a8;
--noodles:#f9e5b4;
--grapefruit-pulp:#ff6e61;
--arboretum:#6fbe9d;
}