Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.cornsilk-yellow {
color: #f5c96b;
}
.5 {
color: #f7d78d;
}
.durango-dust {
color: #f9e19f;
}
.spanish-lace {
color: #fce8ca;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--cornsilk-yellow:#f5c96b;
--5:#f7d78d;
--durango-dust:#f9e19f;
--spanish-lace:#fce8ca;
}