Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1f5a7f;
}
.winter-time {
color: #3d8c9e;
}
.holiday {
color: #80c6b2;
}
.celery-root {
color: #d5e6b7;
}
.potato-chip {
color: #fddf58;
}
/* CSS Variables */
:root {
--oceanic-motion:#1f5a7f;
--winter-time:#3d8c9e;
--holiday:#80c6b2;
--celery-root:#d5e6b7;
--potato-chip:#fddf58;
}