Color names in this palette
CSS code for this palette
/* CSS */
.autumn-robin {
color: #c54a2b;
}
.osage-orange {
color: #f7a145;
}
.applesauce {
color: #f8d79b;
}
.ocean-cruise {
color: #9fd3df;
}
.blue-chill {
color: #3e8b8e;
}
/* CSS Variables */
:root {
--autumn-robin:#c54a2b;
--osage-orange:#f7a145;
--applesauce:#f8d79b;
--ocean-cruise:#9fd3df;
--blue-chill:#3e8b8e;
}