Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a4d2df;
}
.inuit {
color: #5a9eb5;
}
.mammoth-mountain {
color: #396a79;
}
.dark-slate-grey {
color: #2d4b53;
}
.royal-neptune {
color: #1a3a42;
}
/* CSS Variables */
:root {
--french-pass:#a4d2df;
--inuit:#5a9eb5;
--mammoth-mountain:#396a79;
--dark-slate-grey:#2d4b53;
--royal-neptune:#1a3a42;
}