Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7afa1;
}
.applesauce {
color: #f8d79b;
}
.icy-lemonade {
color: #f6e8b1;
}
.blue-tint {
color: #a0d8d9;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--first-date:#f7afa1;
--applesauce:#f8d79b;
--icy-lemonade:#f6e8b1;
--blue-tint:#a0d8d9;
--emerald-wave:#4eb7ac;
}