Color names in this palette
CSS code for this palette
/* CSS */
.whirlpool {
color: #a4daca;
}
.jade-spell {
color: #c1e6d6;
}
.light-fresh-lime {
color: #e0f7d4;
}
.beekeeper {
color: #f8e791;
}
.flower-centre {
color: #fce5c5;
}
/* CSS Variables */
:root {
--whirlpool:#a4daca;
--jade-spell:#c1e6d6;
--light-fresh-lime:#e0f7d4;
--beekeeper:#f8e791;
--flower-centre:#fce5c5;
}