Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f1c1c1;
}
.pinque {
color: #f0a3b1;
}
.liseran-purple {
color: #d86f9c;
}
.orchid-ecstasy {
color: #b63e86;
}
.mirage-of-violets {
color: #7a1f6b;
}
/* CSS Variables */
:root {
--silver-strawberry:#f1c1c1;
--pinque:#f0a3b1;
--liseran-purple:#d86f9c;
--orchid-ecstasy:#b63e86;
--mirage-of-violets:#7a1f6b;
}