Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.summer-sky {
color: #3cb3e2;
}
.turquoise-sea {
color: #6cd3e5;
}
.non-photo-blue {
color: #a3dff0;
}
.frostproof {
color: #cff1f7;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--summer-sky:#3cb3e2;
--turquoise-sea:#6cd3e5;
--non-photo-blue:#a3dff0;
--frostproof:#cff1f7;
}