Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.clean-pool {
color: #5cc0eb;
}
.aqueous {
color: #3c8e9a;
}
.rozowy-pink {
color: #f1a7b7;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--clean-pool:#5cc0eb;
--aqueous:#3c8e9a;
--rozowy-pink:#f1a7b7;
--mandarin-red:#e74d3c;
}