Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.heavenly {
color: #7fb2c7;
}
.blue-square {
color: #4f8d9c;
}
.mammoth-mountain {
color: #3e6c7a;
}
.berry-blue-green {
color: #2b4b54;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--heavenly:#7fb2c7;
--blue-square:#4f8d9c;
--mammoth-mountain:#3e6c7a;
--berry-blue-green:#2b4b54;
}