Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.bergamot-orange {
color: #f79b59;
}
.carrot {
color: #f66b3c;
}
.tomato-queen {
color: #d94b1c;
}
.sweet-brown {
color: #a7362a;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--bergamot-orange:#f79b59;
--carrot:#f66b3c;
--tomato-queen:#d94b1c;
--sweet-brown:#a7362a;
}