Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.rainy-lake {
color: #3a6a8d;
}
.scott-base {
color: #65a4c3;
}
.powder-blue {
color: #b1dfe7;
}
.distant-horizon {
color: #f0f9f7;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--rainy-lake:#3a6a8d;
--scott-base:#65a4c3;
--powder-blue:#b1dfe7;
--distant-horizon:#f0f9f7;
}