Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.blended-fruit {
color: #f9e5a4;
}
.sea-cliff {
color: #a3c7e0;
}
.bright-ube {
color: #d5a1e8;
}
.tickled-pink {
color: #f2a6c1;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--blended-fruit:#f9e5a4;
--sea-cliff:#a3c7e0;
--bright-ube:#d5a1e8;
--tickled-pink:#f2a6c1;
}