Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.durango-dust {
color: #f9e19f;
}
.dress-up {
color: #f9c7be;
}
.calabrese {
color: #f3a8a5;
}
.pink-fit {
color: #f9a4b2;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--durango-dust:#f9e19f;
--dress-up:#f9c7be;
--calabrese:#f3a8a5;
--pink-fit:#f9a4b2;
}