Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.ashton-blue {
color: #4a7cba;
}
.bashful-blue {
color: #6c94d5;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--ashton-blue:#4a7cba;
--bashful-blue:#6c94d5;
--adonis-rose-yellow:#f0c24c;
--orange-gluttony:#e77e23;
}