Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #4db8ff;
}
.billiard {
color: #00b3a4;
}
.wake-me-up {
color: #f6d55a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--hello-summer:#4db8ff;
--billiard:#00b3a4;
--wake-me-up:#f6d55a;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
}