Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.garish-green {
color: #4abf8c;
}
.peppy {
color: #78e2b6;
}
.scalloped-oak {
color: #f2d0a1;
}
.outrageous-orange {
color: #ff6c47;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--garish-green:#4abf8c;
--peppy:#78e2b6;
--scalloped-oak:#f2d0a1;
--outrageous-orange:#ff6c47;
}