Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.marigold-dust {
color: #f6d13c;
}
.durango-dust {
color: #f9e49f;
}
.sweet-angel {
color: #f2c7ba;
}
.prettiest-pink {
color: #e7a2c3;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--marigold-dust:#f6d13c;
--durango-dust:#f9e49f;
--sweet-angel:#f2c7ba;
--prettiest-pink:#e7a2c3;
}