Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.prettiest-pink {
color: #e6a2c5;
}
.noodles {
color: #f9e5b4;
}
.terrace-pool {
color: #a1d6e2;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--prettiest-pink:#e6a2c5;
--noodles:#f9e5b4;
--terrace-pool:#a1d6e2;
--floral-leaf:#ffb84d;
}