Color names in this palette
CSS code for this palette
/* CSS */
.something-blue {
color: #b2d6e6;
}
.intense-jade {
color: #68c4a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.ginger-milk {
color: #f9a358;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--something-blue:#b2d6e6;
--intense-jade:#68c4a1;
--creamy-sweet-corn:#f9c54e;
--ginger-milk:#f9a358;
--tomato-frog:#f94346;
}