All Palettes

Color Palette #1ab6d5, #3bc8e8, #66d2e1, #a4e5e0, #e0f7fa

0%
0%
0%

CSS code for this palette

/* CSS */
.battery-charged-blue {
color: #1ab6d5;
}
.shovel-knight {
color: #3bc8e8;
}
.turquoise-sea {
color: #66d2e1;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.coastal-breeze {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--battery-charged-blue:#1ab6d5;
--shovel-knight:#3bc8e8;
--turquoise-sea:#66d2e1;
--ice-crystal-blue:#a4e5e0;
--coastal-breeze:#e0f7fa;
}

More palettes to explore