Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.pasta-luego {
color: #f9e380;
}
.light-budgie-blue {
color: #a1d5e8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--pasta-luego:#f9e380;
--light-budgie-blue:#a1d5e8;
--grapefruit-pulp:#ff6e61;
--apricot-glazed-chicken:#f5a524;
}