Color names in this palette
CSS code for this palette
/* CSS */
.morning-marmalade {
color: #f28b69;
}
.entan-red {
color: #e76e50;
}
.fire-island {
color: #d94b36;
}
.gorgeous-hydrangea {
color: #a38ccf;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--morning-marmalade:#f28b69;
--entan-red:#e76e50;
--fire-island:#d94b36;
--gorgeous-hydrangea:#a38ccf;
--bright-eggplant:#5c4b8b;
}