Color names in this palette
CSS code for this palette
/* CSS */
.glimpse {
color: #4ab8c9;
}
.radiant-sun {
color: #f3ca4f;
}
.ornery-tangerine {
color: #f97a1f;
}
.kacey-s-pink {
color: #e94e77;
}
.sweet-flag {
color: #6a3d99;
}
/* CSS Variables */
:root {
--glimpse:#4ab8c9;
--radiant-sun:#f3ca4f;
--ornery-tangerine:#f97a1f;
--kacey-s-pink:#e94e77;
--sweet-flag:#6a3d99;
}