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: #3cb1e7;
}
.color-2 {
color: #aad9e4;
}
.color-3 {
color: #e6f7f9;
}
.color-4 {
color: #f7e9b6;
}
.color-5 {
color: #f1beb7;
}

/* CSS Variables */
:root {
--color-1: #3cb1e7;
--color-2: #aad9e4;
--color-3: #e6f7f9;
--color-4: #f7e9b6;
--color-5: #f1beb7;
}

Serene Waterscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb1e7, #aad9e4, #e6f7f9, #f7e9b6, #f1beb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb1e7, #aad9e4, #e6f7f9, #f7e9b6, #f1beb7);
}

Serene Waterscape color palette created on .