Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.mint-parfait {
color: #b9e4b9;
}
.new-hope {
color: #e4f1c1;
}
.lighthouse-glow {
color: #f9d36c;
}
.october-haze {
color: #f9ac90;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--mint-parfait:#b9e4b9;
--new-hope:#e4f1c1;
--lighthouse-glow:#f9d36c;
--october-haze:#f9ac90;
}