Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a6a2;
}
.cactus-blooms {
color: #f5c79e;
}
.aspen-yellow {
color: #f8e0a0;
}
.dingy-sticky-note {
color: #e1f59e;
}
.pale-pastel {
color: #9ee0da;
}
/* CSS Variables */
:root {
--calabrese:#f1a6a2;
--cactus-blooms:#f5c79e;
--aspen-yellow:#f8e0a0;
--dingy-sticky-note:#e1f59e;
--pale-pastel:#9ee0da;
}