Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #4ab3e8;
}
.eucalipto {
color: #4dc7a2;
}
.lemon-verbena {
color: #f3e86d;
}
.spicy-paella {
color: #f6903c;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--high-blue:#4ab3e8;
--eucalipto:#4dc7a2;
--lemon-verbena:#f3e86d;
--spicy-paella:#f6903c;
--kacey-s-pink:#e94e77;
}