Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.pearl-blue {
color: #79b7c8;
}
.starflower-blue {
color: #4997b6;
}
.valley-of-glaciers {
color: #2a7b9d;
}
.oceanic-motion {
color: #1c597d;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--pearl-blue:#79b7c8;
--starflower-blue:#4997b6;
--valley-of-glaciers:#2a7b9d;
--oceanic-motion:#1c597d;
}