Color names in this palette
CSS code for this palette
/* CSS */
.mega-blue {
color: #3a6ea6;
}
.stillwater {
color: #6da4b0;
}
.french-market {
color: #a3c69f;
}
.james-blonde {
color: #f2e3b5;
}
.plum-blossom {
color: #f1a2a2;
}
/* CSS Variables */
:root {
--mega-blue:#3a6ea6;
--stillwater:#6da4b0;
--french-market:#a3c69f;
--james-blonde:#f2e3b5;
--plum-blossom:#f1a2a2;
}