Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #4bb2e2;
}
.range-land {
color: #6bc44a;
}
.yellow-tulip {
color: #f5d06b;
}
.nuclear-mango {
color: #f29b31;
}
.childhood-crush {
color: #e76d65;
}
/* CSS Variables */
:root {
--high-blue:#4bb2e2;
--range-land:#6bc44a;
--yellow-tulip:#f5d06b;
--nuclear-mango:#f29b31;
--childhood-crush:#e76d65;
}