Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f6c8b6;
}
.sun-dust {
color: #f5e0a3;
}
.cream-blush {
color: #f9c39a;
}
.blushing-tulip {
color: #e2a2b7;
}
.rosewood-apricot {
color: #d69e9f;
}
/* CSS Variables */
:root {
--serene-pink:#f6c8b6;
--sun-dust:#f5e0a3;
--cream-blush:#f9c39a;
--blushing-tulip:#e2a2b7;
--rosewood-apricot:#d69e9f;
}