Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e6a2c5;
}
.sugar-tooth {
color: #d68fa0;
}
.brownish-pink {
color: #c27b7a;
}
.overcast-brick {
color: #b65b3a;
}
.carving-party {
color: #f1c59d;
}
/* CSS Variables */
:root {
--prettiest-pink:#e6a2c5;
--sugar-tooth:#d68fa0;
--brownish-pink:#c27b7a;
--overcast-brick:#b65b3a;
--carving-party:#f1c59d;
}