Color names in this palette
CSS code for this palette
/* CSS */
.nasturtium {
color: #ff5b29;
}
.orange-bell-pepper {
color: #ff8b42;
}
.radiant-sun {
color: #f1c950;
}
.tropical-light {
color: #a3d86e;
}
.mid-green {
color: #4caa4b;
}
/* CSS Variables */
:root {
--nasturtium:#ff5b29;
--orange-bell-pepper:#ff8b42;
--radiant-sun:#f1c950;
--tropical-light:#a3d86e;
--mid-green:#4caa4b;
}