Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7afa1;
}
.tuscan-sun {
color: #ffd84d;
}
.iridescent-green {
color: #4abf6b;
}
.oregon-blue {
color: #3d91e6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7afa1;
--tuscan-sun:#ffd84d;
--iridescent-green:#4abf6b;
--oregon-blue:#3d91e6;
}