Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1c597d;
}
.winter-time {
color: #3f89a2;
}
.riverside-blue {
color: #68b2c4;
}
.smooth-satin {
color: #a4d6d3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--oceanic-motion:#1c597d;
--winter-time:#3f89a2;
--riverside-blue:#68b2c4;
--smooth-satin:#a4d6d3;
--solar-plexus-chakra:#f1c84b;
}