Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a0d69f;
}
.sky-chase {
color: #a5c8d4;
}
.iced-vovo {
color: #e2a6b4;
}
.rayo-de-sol {
color: #f3c258;
}
.clay-terrace {
color: #d5803f;
}
/* CSS Variables */
:root {
--green-trance:#a0d69f;
--sky-chase:#a5c8d4;
--iced-vovo:#e2a6b4;
--rayo-de-sol:#f3c258;
--clay-terrace:#d5803f;
}