Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.sun-drenched {
color: #ffe8a3;
}
.serengeti-green {
color: #6dd08c;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--sun-drenched:#ffe8a3;
--serengeti-green:#6dd08c;
}