Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1a5c7f;
}
.boat-house {
color: #4c8bb8;
}
.tanager-turquoise {
color: #8edae6;
}
.sunshine-mellow {
color: #f5c20a;
}
.tangerine-bliss {
color: #d95d30;
}
/* CSS Variables */
:root {
--oceanic-motion:#1a5c7f;
--boat-house:#4c8bb8;
--tanager-turquoise:#8edae6;
--sunshine-mellow:#f5c20a;
--tangerine-bliss:#d95d30;
}