Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e29cd2;
}
.barely-bloomed {
color: #d8a6e2;
}
.light-blue-grey {
color: #b6cae2;
}
.peppy {
color: #72e4b2;
}
.dairy-made {
color: #f5b642;
}
/* CSS Variables */
:root {
--exotic-violet:#e29cd2;
--barely-bloomed:#d8a6e2;
--light-blue-grey:#b6cae2;
--peppy:#72e4b2;
--dairy-made:#f5b642;
}