Color names in this palette
CSS code for this palette
/* CSS */
.akabeni {
color: #c02a2a;
}
.tiger-lily {
color: #e45b3f;
}
.bergamot-orange {
color: #f5995b;
}
.chai-latte {
color: #f8cba0;
}
.touching-white {
color: #f4e1d7;
}
/* CSS Variables */
:root {
--akabeni:#c02a2a;
--tiger-lily:#e45b3f;
--bergamot-orange:#f5995b;
--chai-latte:#f8cba0;
--touching-white:#f4e1d7;
}