Color names in this palette
CSS code for this palette
/* CSS */
.maybe-maui {
color: #f7d58d;
}
.ginger-milk {
color: #f3a658;
}
.connect-red {
color: #e8684f;
}
.dark-pink {
color: #c83c6b;
}
.wild-aster {
color: #a63a8d;
}
/* CSS Variables */
:root {
--maybe-maui:#f7d58d;
--ginger-milk:#f3a658;
--connect-red:#e8684f;
--dark-pink:#c83c6b;
--wild-aster:#a63a8d;
}