Serene Waterscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Waterscape palette

Share this palette to:

Serene Waterscape color palette CSS

/* CSS */
.color-1 {
color: #c8e3ea;
}
.color-2 {
color: #a3d5e0;
}
.color-3 {
color: #79c3d7;
}
.color-4 {
color: #4bb7d8;
}
.color-5 {
color: #0093b8;
}

/* CSS Variables */
:root {
--color-1: #c8e3ea;
--color-2: #a3d5e0;
--color-3: #79c3d7;
--color-4: #4bb7d8;
--color-5: #0093b8;
}

Serene Waterscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8e3ea, #a3d5e0, #79c3d7, #4bb7d8, #0093b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8e3ea, #a3d5e0, #79c3d7, #4bb7d8, #0093b8);
}

Serene Waterscape color palette created on .