Color names in this palette
CSS code for this palette
/* CSS */
.crystal-green {
color: #a5d97d;
}
.bright-khaki {
color: #f1e78e;
}
.tequila {
color: #f4cca4;
}
.seasonal-beige {
color: #e9b79f;
}
.lipstick-illusion {
color: #d26a6c;
}
/* CSS Variables */
:root {
--crystal-green:#a5d97d;
--bright-khaki:#f1e78e;
--tequila:#f4cca4;
--seasonal-beige:#e9b79f;
--lipstick-illusion:#d26a6c;
}