Color names in this palette
CSS code for this palette
/* CSS */
.summer-cosmos {
color: #f8d3df;
}
.parrot-tulip {
color: #f0c1d3;
}
.prettiest-pink {
color: #e59fc5;
}
.high-maintenance {
color: #d48cb6;
}
.fading-love {
color: #c76ba1;
}
/* CSS Variables */
:root {
--summer-cosmos:#f8d3df;
--parrot-tulip:#f0c1d3;
--prettiest-pink:#e59fc5;
--high-maintenance:#d48cb6;
--fading-love:#c76ba1;
}