Color names in this palette
CSS code for this palette
/* CSS */
.pelati {
color: #ff382e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.xanthic {
color: #f8e61b;
}
.azure-sky {
color: #b2e7f5;
}
/* CSS Variables */
:root {
--pelati:#ff382e;
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--xanthic:#f8e61b;
--azure-sky:#b2e7f5;
}