Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e0a3c6;
}
.sweetheart {
color: #f1c1d6;
}
.trapunto {
color: #f5e9b7;
}
.lemon-filling {
color: #f7e4a6;
}
.splendor-gold {
color: #ffb24d;
}
/* CSS Variables */
:root {
--prettiest-pink:#e0a3c6;
--sweetheart:#f1c1d6;
--trapunto:#f5e9b7;
--lemon-filling:#f7e4a6;
--splendor-gold:#ffb24d;
}