Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1e5a80;
}
.blue-square {
color: #4f899c;
}
.dun-morogh-blue {
color: #83b3d8;
}
.overjoy {
color: #f1c55f;
}
.track-and-field {
color: #d5694d;
}
/* CSS Variables */
:root {
--oceanic-motion:#1e5a80;
--blue-square:#4f899c;
--dun-morogh-blue:#83b3d8;
--overjoy:#f1c55f;
--track-and-field:#d5694d;
}