Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.bastard-amber {
color: #ffce8a;
}
.guilliman-blue {
color: #6893e8;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--bastard-amber:#ffce8a;
--guilliman-blue:#6893e8;
}