Color names in this palette
CSS code for this palette
/* CSS */
.gold-tips {
color: #e6b328;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.lazy-daisy {
color: #f7e9a1;
}
.calabrese {
color: #f1a8a2;
}
.red-cedar {
color: #d97878;
}
/* CSS Variables */
:root {
--gold-tips:#e6b328;
--creamy-sweet-corn:#f6c54c;
--lazy-daisy:#f7e9a1;
--calabrese:#f1a8a2;
--red-cedar:#d97878;
}