Color names in this palette
CSS code for this palette
/* CSS */
.spanish-red {
color: #e6002a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-verbena {
color: #f1ea6f;
}
.blue-chill {
color: #3d8d8f;
}
/* CSS Variables */
:root {
--spanish-red:#e6002a;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--lemon-verbena:#f1ea6f;
--blue-chill:#3d8d8f;
}