Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e59fc5;
}
.desire-pink {
color: #f1c6d3;
}
.gold-of-midas {
color: #ffebc7;
}
.sunny-side-up {
color: #fdda3f;
}
.golden-mary {
color: #f6bb3c;
}
/* CSS Variables */
:root {
--prettiest-pink:#e59fc5;
--desire-pink:#f1c6d3;
--gold-of-midas:#ffebc7;
--sunny-side-up:#fdda3f;
--golden-mary:#f6bb3c;
}