Color names in this palette
CSS code for this palette
/* CSS */
.bayern-blue {
color: #0096d6;
}
.capri {
color: #00bfff;
}
.phosphorescent-blue {
color: #1ce9e9;
}
.sea-green {
color: #50fba0;
}
.stadium-lawn {
color: #9fff6b;
}
/* CSS Variables */
:root {
--bayern-blue:#0096d6;
--capri:#00bfff;
--phosphorescent-blue:#1ce9e9;
--sea-green:#50fba0;
--stadium-lawn:#9fff6b;
}