Color names in this palette
CSS code for this palette
/* CSS */
.california {
color: #e58938;
}
.crunch {
color: #f2b75f;
}
.blended-fruit {
color: #f9e1a4;
}
.jade-spell {
color: #c4e3d4;
}
.cyan-azure {
color: #4d85b3;
}
/* CSS Variables */
:root {
--california:#e58938;
--crunch:#f2b75f;
--blended-fruit:#f9e1a4;
--jade-spell:#c4e3d4;
--cyan-azure:#4d85b3;
}