Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #4bb8e7;
}
.aloha {
color: #1abc9c;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--clean-pool:#4bb8e7;
--aloha:#1abc9c;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
--liberal-lilac:#9b58b6;
}