Color names in this palette
CSS code for this palette
/* CSS */
.misty-mountains {
color: #c1d2e6;
}
.blair {
color: #9fc1df;
}
.cottage-blue {
color: #7a9dc2;
}
.storm-blue {
color: #507a9b;
}
.celtic-rush {
color: #2d4d5c;
}
/* CSS Variables */
:root {
--misty-mountains:#c1d2e6;
--blair:#9fc1df;
--cottage-blue:#7a9dc2;
--storm-blue:#507a9b;
--celtic-rush:#2d4d5c;
}