Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #f2b5e0;
}
.radome-tan {
color: #f1c5a2;
}
.late-day-sun {
color: #f1e08e;
}
.green-trance {
color: #a0d89d;
}
.big-chill {
color: #80c7e5;
}
/* CSS Variables */
:root {
--rosecco:#f2b5e0;
--radome-tan:#f1c5a2;
--late-day-sun:#f1e08e;
--green-trance:#a0d89d;
--big-chill:#80c7e5;
}