Color names in this palette
CSS code for this palette
/* CSS */
.grape-haze {
color: #5d6b89;
}
.airborne {
color: #a1c1d4;
}
.thatched-roof {
color: #f0e0c7;
}
.blue-angels-yellow {
color: #fab700;
}
.spirit-warrior {
color: #d0563e;
}
/* CSS Variables */
:root {
--grape-haze:#5d6b89;
--airborne:#a1c1d4;
--thatched-roof:#f0e0c7;
--blue-angels-yellow:#fab700;
--spirit-warrior:#d0563e;
}