Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.blue-angels-yellow {
color: #fab700;
}
.vivid-orange {
color: #ff5e00;
}
.malibu-blue {
color: #00a8d6;
}
.twilight-express {
color: #1e3a76;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--blue-angels-yellow:#fab700;
--vivid-orange:#ff5e00;
--malibu-blue:#00a8d6;
--twilight-express:#1e3a76;
}