Color names in this palette
CSS code for this palette
/* CSS */
.oceanic-motion {
color: #1d5b7c;
}
.mountain-bluebird {
color: #4c9bbd;
}
.chefchaouen-blue {
color: #a4d3e5;
}
.ethereal-green {
color: #f1e8c6;
}
.plum-blossom {
color: #f2a2a1;
}
/* CSS Variables */
:root {
--oceanic-motion:#1d5b7c;
--mountain-bluebird:#4c9bbd;
--chefchaouen-blue:#a4d3e5;
--ethereal-green:#f1e8c6;
--plum-blossom:#f2a2a1;
}