Color names in this palette
CSS code for this palette
/* CSS */
.rosemarried {
color: #7d9b50;
}
.desert-cactus {
color: #b0c89d;
}
.natural-youth {
color: #d9e9b4;
}
.sunny-mimosa {
color: #f4f4c8;
}
.sun-dust {
color: #f6e1a2;
}
/* CSS Variables */
:root {
--rosemarried:#7d9b50;
--desert-cactus:#b0c89d;
--natural-youth:#d9e9b4;
--sunny-mimosa:#f4f4c8;
--sun-dust:#f6e1a2;
}