Spirits of Serene Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spirits of Serene Waters palette

Share this palette to:

Spirits of Serene Waters color palette CSS

/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #4d7d93;
}
.color-3 {
color: #80b3a2;
}
.color-4 {
color: #b0e3c6;
}
.color-5 {
color: #f6f9d7;
}

/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #4d7d93;
--color-3: #80b3a2;
--color-4: #b0e3c6;
--color-5: #f6f9d7;
}

Spirits of Serene Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #4d7d93, #80b3a2, #b0e3c6, #f6f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #4d7d93, #80b3a2, #b0e3c6, #f6f9d7);
}

Spirits of Serene Waters color palette created on .