Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin-jack {
color: #6eaf8d;
}
.first-date {
color: #f7b1a1;
}
.venetian-yellow {
color: #f7e6a1;
}
.sunflower {
color: #ffc414;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin-jack:#6eaf8d;
--first-date:#f7b1a1;
--venetian-yellow:#f7e6a1;
--sunflower:#ffc414;
}