Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.heat-wave {
color: #ff7b00;
}
.ucla-gold {
color: #ffb300;
}
.super-saiyan {
color: #ffdd00;
}
.sweet-apricot {
color: #ffc2a8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--heat-wave:#ff7b00;
--ucla-gold:#ffb300;
--super-saiyan:#ffdd00;
--sweet-apricot:#ffc2a8;
}