Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.petal-plush {
color: #e0b1e7;
}
.chefchaouen-blue {
color: #a6d2e8;
}
.sea-glass-teal {
color: #a4e5d8;
}
.dream-of-spring {
color: #f6d12c;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--petal-plush:#e0b1e7;
--chefchaouen-blue:#a6d2e8;
--sea-glass-teal:#a4e5d8;
--dream-of-spring:#f6d12c;
}