Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1e888a;
}
.crystalsong-blue {
color: #4eb7b3;
}
.aqua-fiesta {
color: #94e4e5;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--riviera-sea:#1e888a;
--crystalsong-blue:#4eb7b3;
--aqua-fiesta:#94e4e5;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}