Color names in this palette
CSS code for this palette
/* CSS */
.natural-youth {
color: #d9e9b4;
}
.enchanted-meadow {
color: #b2d7b5;
}
.frozen-blue {
color: #a6c4d9;
}
.shrimp-cocktail {
color: #f4a462;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--natural-youth:#d9e9b4;
--enchanted-meadow:#b2d7b5;
--frozen-blue:#a6c4d9;
--shrimp-cocktail:#f4a462;
--dodgeroll-gold:#f39c12;
}