Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #49aadf;
}
.lake-thun {
color: #3fb8e4;
}
.nevada-sky {
color: #a1d7e8;
}
.jazz-age-coral {
color: #f1c2b1;
}
.goku-orange {
color: #f1813b;
}
/* CSS Variables */
:root {
--high-blue:#49aadf;
--lake-thun:#3fb8e4;
--nevada-sky:#a1d7e8;
--jazz-age-coral:#f1c2b1;
--goku-orange:#f1813b;
}