Vibrant Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Serenade palette

Share this palette to:

Vibrant Serenade color palette CSS

/* CSS */
.color-1 {
color: #f7a1b5;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #b1e2d5;
}
.color-4 {
color: #9ec3ff;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #f7a1b5;
--color-2: #f9d66c;
--color-3: #b1e2d5;
--color-4: #9ec3ff;
--color-5: #ff7092;
}

Vibrant Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b5, #f9d66c, #b1e2d5, #9ec3ff, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b5, #f9d66c, #b1e2d5, #9ec3ff, #ff7092);
}

Vibrant Serenade color palette created on .