Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f6d2a2;
}
.blue-angels-yellow {
color: #fab700;
}
.saffron-gold {
color: #f48d06;
}
.deep-orange {
color: #db5000;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f6d2a2;
--blue-angels-yellow:#fab700;
--saffron-gold:#f48d06;
--deep-orange:#db5000;
--true-purple:#6f2c90;
}