Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0f4761;
}
.hanaasagi-blue {
color: #1e687b;
}
.laurel-wreath {
color: #4cae8a;
}
.overtone {
color: #a7e2b5;
}
.venetian-yellow {
color: #f5e59e;
}
/* CSS Variables */
:root {
--forest-blues:#0f4761;
--hanaasagi-blue:#1e687b;
--laurel-wreath:#4cae8a;
--overtone:#a7e2b5;
--venetian-yellow:#f5e59e;
}