Color names in this palette
CSS code for this palette
/* CSS */
.apple-bob {
color: #d3e59f;
}
.terrace-pool {
color: #a1d5e3;
}
.shrimp-cocktail {
color: #f4a462;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--apple-bob:#d3e59f;
--terrace-pool:#a1d5e3;
--shrimp-cocktail:#f4a462;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}