Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f3b530;
}
.forsythia-blossom {
color: #f4d66c;
}
.grape-green {
color: #a9e2a2;
}
.mizu {
color: #70c3e1;
}
.blue-bay {
color: #5c9bd6;
}
/* CSS Variables */
:root {
--xanthous:#f3b530;
--forsythia-blossom:#f4d66c;
--grape-green:#a9e2a2;
--mizu:#70c3e1;
--blue-bay:#5c9bd6;
}