Color names in this palette
CSS code for this palette
/* CSS */
.waimea-blue {
color: #4c9fd6;
}
.bright-spark {
color: #76c0e5;
}
.nevada-sky {
color: #a0d9e9;
}
.wake-me-up {
color: #f5d15b;
}
.tan-hide {
color: #f9a05d;
}
/* CSS Variables */
:root {
--waimea-blue:#4c9fd6;
--bright-spark:#76c0e5;
--nevada-sky:#a0d9e9;
--wake-me-up:#f5d15b;
--tan-hide:#f9a05d;
}