Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f9cda4;
}
.asagi-yellow {
color: #f7b87e;
}
.sandy-brown {
color: #f4a15d;
}
.citrus-blast {
color: #e17c3d;
}
.bright-delight {
color: #d15929;
}
/* CSS Variables */
:root {
--lion-cub:#f9cda4;
--asagi-yellow:#f7b87e;
--sandy-brown:#f4a15d;
--citrus-blast:#e17c3d;
--bright-delight:#d15929;
}