Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d4a1c9;
}
.cosmetic-peach {
color: #f3c4aa;
}
.lazy-daisy {
color: #f6e8a2;
}
.patina-green {
color: #b1e7b4;
}
.betsy {
color: #70cbdb;
}
/* CSS Variables */
:root {
--geranium-bud:#d4a1c9;
--cosmetic-peach:#f3c4aa;
--lazy-daisy:#f6e8a2;
--patina-green:#b1e7b4;
--betsy:#70cbdb;
}