Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.capture {
color: #2fb6a4;
}
.peppy-peacock {
color: #51d2b2;
}
.light-sh-shin-yellow {
color: #f5e87f;
}
.burning-coals {
color: #f69c6f;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--capture:#2fb6a4;
--peppy-peacock:#51d2b2;
--light-sh-shin-yellow:#f5e87f;
--burning-coals:#f69c6f;
}