Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.enchanted-lavender {
color: #b8a1e3;
}
.light-sky-babe {
color: #a1cfe3;
}
.almond-brittle {
color: #e4d2b9;
}
.blushing-tulip {
color: #e3a1b8;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--enchanted-lavender:#b8a1e3;
--light-sky-babe:#a1cfe3;
--almond-brittle:#e4d2b9;
--blushing-tulip:#e3a1b8;
}