CSS code for this palette
/* CSS */
.blue-radiance {
color: #5ed3d9;
}
.viking {
color: #4eb0c6;
}
.scooter {
color: #368da1;
}
.king-tide {
color: #266e7d;
}
.uncharted {
color: #1b5565;
}
/* CSS Variables */
:root {
--blue-radiance:#5ed3d9;
--viking:#4eb0c6;
--scooter:#368da1;
--king-tide:#266e7d;
--uncharted:#1b5565;
}