Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d1;
}
.prettiest-pink {
color: #e5a4c8;
}
.prominent-pink {
color: #d79dc4;
}
.nevada-sky {
color: #a2d5e6;
}
.martica {
color: #f4e4b8;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d1;
--prettiest-pink:#e5a4c8;
--prominent-pink:#d79dc4;
--nevada-sky:#a2d5e6;
--martica:#f4e4b8;
}