Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.san-marino {
color: #496d9c;
}
.aster-flower-blue {
color: #9ab0d6;
}
.blonde-beauty {
color: #f1f1cb;
}
.just-peachy {
color: #f8c572;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--san-marino:#496d9c;
--aster-flower-blue:#9ab0d6;
--blonde-beauty:#f1f1cb;
--just-peachy:#f8c572;
}