Serene Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Waters palette

Share this palette to:

Download Serene Waters Color Palette (PNG)

Download serene waters color palette PNG image (landscape)
Download serene waters color palette PNG image (square)

Serene Waters color palette CSS

/* CSS */
.color-1 {
color: #9df9fb;
}
.color-2 {
color: #515a61;
}
.color-3 {
color: #9ab1cb;
}
.color-4 {
color: #77838d;
}
.color-5 {
color: #7bc5cc;
}

/* CSS Variables */
:root {
--color-1: #9df9fb;
--color-2: #515a61;
--color-3: #9ab1cb;
--color-4: #77838d;
--color-5: #7bc5cc;
}

Serene Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9df9fb, #515a61, #9ab1cb, #77838d, #7bc5cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9df9fb, #515a61, #9ab1cb, #77838d, #7bc5cc);
}

Serene Waters color palette created on .