Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c8;
}
.cor-de-pele {
color: #f4c3c3;
}
.durango-dust {
color: #f9e19f;
}
.viridine-green {
color: #c9e1ad;
}
.winsome-hue {
color: #a8d8e1;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c8;
--cor-de-pele:#f4c3c3;
--durango-dust:#f9e19f;
--viridine-green:#c9e1ad;
--winsome-hue:#a8d8e1;
}