Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.thredbo {
color: #75c5d7;
}
.aztec-sky {
color: #4ab7d9;
}
.brilliant {
color: #0097a8;
}
.copacabana {
color: #006d8f;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--thredbo:#75c5d7;
--aztec-sky:#4ab7d9;
--brilliant:#0097a8;
--copacabana:#006d8f;
}