Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.wedgewood {
color: #4a6e87;
}
.adventure-isle {
color: #6f9cb8;
}
.light-blue-glint {
color: #a6d5e2;
}
.solar-power {
color: #f2b036;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--wedgewood:#4a6e87;
--adventure-isle:#6f9cb8;
--light-blue-glint:#a6d5e2;
--solar-power:#f2b036;
}