Color names in this palette
CSS code for this palette
/* CSS */
.juneberry {
color: #79599b;
}
.violet-whimsy {
color: #b98db6;
}
.prettiest-pink {
color: #e6a2c9;
}
.forsythia-blossom {
color: #f3d66d;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--juneberry:#79599b;
--violet-whimsy:#b98db6;
--prettiest-pink:#e6a2c9;
--forsythia-blossom:#f3d66d;
--consumed-by-fire:#f47f1f;
}