Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.paw-paw {
color: #f9d59f;
}
.forest-found {
color: #e3e1ba;
}
.southern-belle {
color: #aad4c3;
}
.estuary-blue {
color: #6fa5b8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--paw-paw:#f9d59f;
--forest-found:#e3e1ba;
--southern-belle:#aad4c3;
--estuary-blue:#6fa5b8;
}