Serenade of Streams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenade of Streams palette

Share this palette to:

Serenade of Streams color palette CSS

/* CSS */
.color-1 {
color: #2d5a8b;
}
.color-2 {
color: #4b89a0;
}
.color-3 {
color: #75b6b8;
}
.color-4 {
color: #a6d9b3;
}
.color-5 {
color: #e4f4d7;
}

/* CSS Variables */
:root {
--color-1: #2d5a8b;
--color-2: #4b89a0;
--color-3: #75b6b8;
--color-4: #a6d9b3;
--color-5: #e4f4d7;
}

Serenade of Streams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d5a8b, #4b89a0, #75b6b8, #a6d9b3, #e4f4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d5a8b, #4b89a0, #75b6b8, #a6d9b3, #e4f4d7);
}

Serenade of Streams color palette created on .