Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7df9f;
}
.festival-de-verano {
color: #b4e4da;
}
.vanilla {
color: #f3e4aa;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--grape-green:#a7df9f;
--festival-de-verano:#b4e4da;
--vanilla:#f3e4aa;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}