Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1b1e37;
}
.deep-wisteria {
color: #4b3e75;
}
.arabian-silk {
color: #7b6a95;
}
.favorite-lavender {
color: #d4aad5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--kon:#1b1e37;
--deep-wisteria:#4b3e75;
--arabian-silk:#7b6a95;
--favorite-lavender:#d4aad5;
--grapefruit-pulp:#ff6e61;
}