Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.avid-apricot {
color: #f3c5a0;
}
.james-blonde {
color: #f1e4b6;
}
.powder-blue {
color: #b1e0e7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--avid-apricot:#f3c5a0;
--james-blonde:#f1e4b6;
--powder-blue:#b1e0e7;
--grapefruit-pulp:#ff6e61;
}