Color names in this palette
CSS code for this palette
/* CSS */
.underwater-realm {
color: #292f6a;
}
.gem {
color: #4f5e8c;
}
.arboretum {
color: #6fbe99;
}
.grape-green {
color: #a4e0a4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--underwater-realm:#292f6a;
--gem:#4f5e8c;
--arboretum:#6fbe99;
--grape-green:#a4e0a4;
--creamy-sweet-corn:#f9c54e;
}