Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.pure-turquoise {
color: #78c1c4;
}
.mountain-bluebird {
color: #4b9cbe;
}
.prominent-blue {
color: #2d7f9f;
}
.oceanic-motion {
color: #1b5b7e;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--pure-turquoise:#78c1c4;
--mountain-bluebird:#4b9cbe;
--prominent-blue:#2d7f9f;
--oceanic-motion:#1b5b7e;
}