Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #d6a7e2;
}
.lily-legs {
color: #f1c6d5;
}
.barley-white {
color: #f7e3b6;
}
.eerie-glow {
color: #a5d9b8;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--barely-bloomed:#d6a7e2;
--lily-legs:#f1c6d5;
--barley-white:#f7e3b6;
--eerie-glow:#a5d9b8;
--shrimp-cocktail:#f4a462;
}