Color names in this palette
CSS code for this palette
/* CSS */
.simpatico-blue {
color: #a7c2d3;
}
.flower-stem {
color: #b3d9b0;
}
.iced-celery {
color: #e1e8b5;
}
.casablanca {
color: #f2b450;
}
.jack-o-lantern {
color: #d67a4c;
}
/* CSS Variables */
:root {
--simpatico-blue:#a7c2d3;
--flower-stem:#b3d9b0;
--iced-celery:#e1e8b5;
--casablanca:#f2b450;
--jack-o-lantern:#d67a4c;
}