Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.squash-blossom {
color: #f6b83c;
}
.deep-fried-sun-rays {
color: #f7c859;
}
.firelight {
color: #f8d97c;
}
.blended-fruit {
color: #f9e4a4;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--squash-blossom:#f6b83c;
--deep-fried-sun-rays:#f7c859;
--firelight:#f8d97c;
--blended-fruit:#f9e4a4;
}