Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.polka-dot-skirt {
color: #fce1a1;
}
.mad-for-mango {
color: #f5a300;
}
.vivid-orange {
color: #ff5e00;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--polka-dot-skirt:#fce1a1;
--mad-for-mango:#f5a300;
--vivid-orange:#ff5e00;
--carmine:#d60032;
}