Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d6c1;
}
.first-date {
color: #f3b6a0;
}
.animated-coral {
color: #f28f7d;
}
.orangeville {
color: #e76d5a;
}
.top-tomato {
color: #d04a39;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d6c1;
--first-date:#f3b6a0;
--animated-coral:#f28f7d;
--orangeville:#e76d5a;
--top-tomato:#d04a39;
}