Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.shrimp-toast {
color: #f9c69f;
}
.lazy-daisy {
color: #f7e9a1;
}
.dingy-sticky-note {
color: #e5f2a1;
}
.nevada-sky {
color: #a0d6e4;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--shrimp-toast:#f9c69f;
--lazy-daisy:#f7e9a1;
--dingy-sticky-note:#e5f2a1;
--nevada-sky:#a0d6e4;
}