Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a85d8c;
}
.light-orchid {
color: #e9a5d3;
}
.golden-pastel {
color: #f4dab8;
}
.mystic-tulip {
color: #f9b49f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--cyclamen-red:#a85d8c;
--light-orchid:#e9a5d3;
--golden-pastel:#f4dab8;
--mystic-tulip:#f9b49f;
--grapefruit-pulp:#ff6e61;
}