Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.autumn-mist {
color: #f6b488;
}
.maybe-maui {
color: #f6d58e;
}
.dingy-sticky-note {
color: #e9f2a1;
}
.ultra-mint {
color: #a9eab5;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--autumn-mist:#f6b488;
--maybe-maui:#f6d58e;
--dingy-sticky-note:#e9f2a1;
--ultra-mint:#a9eab5;
}