Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1b5b7e;
}
.gossamer {
color: #3ba087;
}
.young-fern {
color: #6cbc7c;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--oceanic-motion:#1b5b7e;
--gossamer:#3ba087;
--young-fern:#6cbc7c;
--deep-fried-sun-rays:#f5c661;
--sun-orange:#f47b1f;
}