Color names in this palette
CSS code for this palette
/* CSS */
.weathered-mint {
color: #e5f4e1;
}
.turquoise-tower {
color: #a8e6cf;
}
.fennel-tea {
color: #d3f3db;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--weathered-mint:#e5f4e1;
--turquoise-tower:#a8e6cf;
--fennel-tea:#d3f3db;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}