Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f6b4a2;
}
.coral-bisque {
color: #f8c5af;
}
.walnut-cream {
color: #f4d7b3;
}
.cruise {
color: #b2e0d6;
}
.intercoastal {
color: #9fcfdf;
}
/* CSS Variables */
:root {
--first-date:#f6b4a2;
--coral-bisque:#f8c5af;
--walnut-cream:#f4d7b3;
--cruise:#b2e0d6;
--intercoastal:#9fcfdf;
}