Calm Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calm Waters palette

Share this palette to:

Calm Waters color palette CSS

/* CSS */
.color-1 {
color: #8de8c2;
}
.color-2 {
color: #a3f5b8;
}
.color-3 {
color: #c1fca1;
}
.color-4 {
color: #eaf9a4;
}
.color-5 {
color: #fffebd;
}

/* CSS Variables */
:root {
--color-1: #8de8c2;
--color-2: #a3f5b8;
--color-3: #c1fca1;
--color-4: #eaf9a4;
--color-5: #fffebd;
}

Calm Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8de8c2, #a3f5b8, #c1fca1, #eaf9a4, #fffebd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8de8c2, #a3f5b8, #c1fca1, #eaf9a4, #fffebd);
}

Calm Waters color palette created on .