Color names in this palette
CSS code for this palette
/* CSS */
.tri-tip {
color: #f2d1c4;
}
.first-date {
color: #f4b69f;
}
.balinese-sunset {
color: #f3a077;
}
.bergamot-orange {
color: #f29c5a;
}
.california {
color: #e68c37;
}
/* CSS Variables */
:root {
--tri-tip:#f2d1c4;
--first-date:#f4b69f;
--balinese-sunset:#f3a077;
--bergamot-orange:#f29c5a;
--california:#e68c37;
}