Color names in this palette
CSS code for this palette
/* CSS */
.feminine-fancy {
color: #c5a5d5;
}
.barely-bloomed {
color: #e2b1e1;
}
.sprouted {
color: #f3d48c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--feminine-fancy:#c5a5d5;
--barely-bloomed:#e2b1e1;
--sprouted:#f3d48c;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}