Color names in this palette
CSS code for this palette
/* CSS */
.crunch {
color: #f5b85c;
}
.applesauce {
color: #f9d69a;
}
.blue-racer {
color: #4ca7a9;
}
.mosaic-blue {
color: #007d99;
}
.deep-atlantic-blue {
color: #004e57;
}
/* CSS Variables */
:root {
--crunch:#f5b85c;
--applesauce:#f9d69a;
--blue-racer:#4ca7a9;
--mosaic-blue:#007d99;
--deep-atlantic-blue:#004e57;
}