←Back to PalettesAll Palettes
Aqua Serenity Color Palette
A calming and refreshing palette inspired by the hues of the ocean, featuring vibrant teals and soft blues that evoke a sense of tranquility and relaxation.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.bright-turquoise {
color: #00e5e6;
}
.moonglade-water {
color: #66ffff;
}
.glitchy-shader-blue {
color: #99ffff;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--bright-turquoise:#00e5e6;
--moonglade-water:#66ffff;
--glitchy-shader-blue:#99ffff;
}