Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.smoked-ham {
color: #f1b27e;
}
.sprouted {
color: #f2d58c;
}
.shaded-sun {
color: #f3eba5;
}
.glacier-point {
color: #b3d7e5;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--smoked-ham:#f1b27e;
--sprouted:#f2d58c;
--shaded-sun:#f3eba5;
--glacier-point:#b3d7e5;
}