Color names in this palette
CSS code for this palette
/* CSS */
.posy {
color: #f4e1d2;
}
.coral-bisque {
color: #f7c6b1;
}
.lugganath-orange {
color: #f5a68a;
}
.akak-red {
color: #f27a5f;
}
.flint-corn-red {
color: #d9613f;
}
/* CSS Variables */
:root {
--posy:#f4e1d2;
--coral-bisque:#f7c6b1;
--lugganath-orange:#f5a68a;
--akak-red:#f27a5f;
--flint-corn-red:#d9613f;
}