Color names in this palette
CSS code for this palette
/* CSS */
.mega-blue {
color: #3a6ea6;
}
.cliff-blue {
color: #5b8db9;
}
.matte-blue {
color: #8db3ce;
}
.blue-click {
color: #aad7e9;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--mega-blue:#3a6ea6;
--cliff-blue:#5b8db9;
--matte-blue:#8db3ce;
--blue-click:#aad7e9;
--cotton-ball:#f3f8fc;
}