Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1c9dd4;
}
.bianchi-green {
color: #3dc7c7;
}
.ineffable-green {
color: #5af2b0;
}
.lemon-zest {
color: #f9d958;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--homeworld:#1c9dd4;
--bianchi-green:#3dc7c7;
--ineffable-green:#5af2b0;
--lemon-zest:#f9d958;
--apricot-glazed-chicken:#f5a524;
}