Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3c6d90;
}
.savoy {
color: #87af4b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--rainy-lake:#3c6d90;
--savoy:#87af4b;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
}