Color names in this palette
CSS code for this palette
/* CSS */
.perfect-dark {
color: #3a2c90;
}
.blue-marguerite {
color: #6a5bae;
}
.lobby-lilac {
color: #a47fb8;
}
.lavender-soap {
color: #f3bfe7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--perfect-dark:#3a2c90;
--blue-marguerite:#6a5bae;
--lobby-lilac:#a47fb8;
--lavender-soap:#f3bfe7;
--grapefruit-pulp:#ff6e61;
}