Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3d5a99;
}
.grant-village {
color: #6a8faf;
}
.june {
color: #9ec6d6;
}
.maximum-yellow-red {
color: #f1b74b;
}
.coral-orange {
color: #e66947;
}
/* CSS Variables */
:root {
--muted-lavender:#3d5a99;
--grant-village:#6a8faf;
--june:#9ec6d6;
--maximum-yellow-red:#f1b74b;
--coral-orange:#e66947;
}