Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.french-market {
color: #a1c9a6;
}
.jaded-clouds {
color: #aee0d1;
}
.citrus-sachet {
color: #f4caa9;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--french-market:#a1c9a6;
--jaded-clouds:#aee0d1;
--citrus-sachet:#f4caa9;
--peach-butter:#fbaf3c;
}