Color names in this palette
CSS code for this palette
/* CSS */
.warm-welcome {
color: #eb9475;
}
.exciting-orange {
color: #f1af79;
}
.rayo-de-sol {
color: #f4c557;
}
.reef-refractions {
color: #d4eba3;
}
.touch-of-turquoise {
color: #a2d2d1;
}
/* CSS Variables */
:root {
--warm-welcome:#eb9475;
--exciting-orange:#f1af79;
--rayo-de-sol:#f4c557;
--reef-refractions:#d4eba3;
--touch-of-turquoise:#a2d2d1;
}