Color names in this palette
CSS code for this palette
/* CSS */
.coelin-blue {
color: #497b97;
}
.water-music {
color: #6cb0c1;
}
.light-budgie-blue {
color: #9ed5e5;
}
.radiant-sun {
color: #f1c950;
}
.bitter-orange {
color: #d67d29;
}
/* CSS Variables */
:root {
--coelin-blue:#497b97;
--water-music:#6cb0c1;
--light-budgie-blue:#9ed5e5;
--radiant-sun:#f1c950;
--bitter-orange:#d67d29;
}