Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-passion {
color: #f9a53e;
}
.duckling {
color: #fbae5b;
}
.mille-feuille {
color: #f0ca7f;
}
.lime-cream {
color: #d1e2a7;
}
.havana-blue {
color: #a7dce6;
}
/* CSS Variables */
:root {
--hawaiian-passion:#f9a53e;
--duckling:#fbae5b;
--mille-feuille:#f0ca7f;
--lime-cream:#d1e2a7;
--havana-blue:#a7dce6;
}