Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1a8ebc;
}
.lynx-screen-blue {
color: #2fb1e9;
}
.clean-pool {
color: #4bcbf1;
}
.radiant-yellow {
color: #ff9e1f;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--spa-dream:#1a8ebc;
--lynx-screen-blue:#2fb1e9;
--clean-pool:#4bcbf1;
--radiant-yellow:#ff9e1f;
--blood-burst:#ff4d4d;
}