Color names in this palette
CSS code for this palette
/* CSS */
.okra {
color: #3c9c2b;
}
.gilded {
color: #f3e04f;
}
.dairy-made {
color: #f5b53d;
}
.nasturtium-flower {
color: #e94f1c;
}
.stunning-sapphire {
color: #1d5a8b;
}
/* CSS Variables */
:root {
--okra:#3c9c2b;
--gilded:#f3e04f;
--dairy-made:#f5b53d;
--nasturtium-flower:#e94f1c;
--stunning-sapphire:#1d5a8b;
}