Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d1c3e9;
}
.wisteria {
color: #a37ec9;
}
.purple-kush {
color: #c97ec9;
}
.stone-fruit {
color: #f2a48c;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--foggy-love:#d1c3e9;
--wisteria:#a37ec9;
--purple-kush:#c97ec9;
--stone-fruit:#f2a48c;
--sun-orange:#f47b1f;
}