Color names in this palette
CSS code for this palette
/* CSS */
.oyster-bisque {
color: #f2e6b0;
}
.maybe-maui {
color: #f7d58d;
}
.hanami-pink {
color: #f0b2e2;
}
.iced-vovo {
color: #e2a6b4;
}
.sun-kissed-coral {
color: #ef6c79;
}
/* CSS Variables */
:root {
--oyster-bisque:#f2e6b0;
--maybe-maui:#f7d58d;
--hanami-pink:#f0b2e2;
--iced-vovo:#e2a6b4;
--sun-kissed-coral:#ef6c79;
}