Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.citrus-sachet {
color: #f1c6a7;
}
.natural-youth {
color: #dae4b4;
}
.eerie-glow {
color: #a7d7b8;
}
.vegetation {
color: #5cdb95;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--citrus-sachet:#f1c6a7;
--natural-youth:#dae4b4;
--eerie-glow:#a7d7b8;
--vegetation:#5cdb95;
}