Color names in this palette
CSS code for this palette
/* CSS */
.canary-diamond {
color: #ffce52;
}
.floral-leaf {
color: #ffb84d;
}
.radiation-carrot {
color: #ffa142;
}
.mango-tango {
color: #ff813d;
}
.nasturtium {
color: #ff5e29;
}
/* CSS Variables */
:root {
--canary-diamond:#ffce52;
--floral-leaf:#ffb84d;
--radiation-carrot:#ffa142;
--mango-tango:#ff813d;
--nasturtium:#ff5e29;
}