Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.dingy-sticky-note {
color: #e2f6a2;
}
.turquoise-tower {
color: #a8e6cf;
}
.tulip {
color: #ff8a93;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--antique-wicker-basket:#f2d2a1;
--dingy-sticky-note:#e2f6a2;
--turquoise-tower:#a8e6cf;
--tulip:#ff8a93;
}