Juls' Vibrant Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Juls' Vibrant Serenade palette

Share this palette to:

Juls' Vibrant Serenade color palette CSS

/* CSS */
.color-1 {
color: #ffb347;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d95e6e;
}
.color-4 {
color: #6a4c94;
}
.color-5 {
color: #4ccdc4;
}

/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ff6e61;
--color-3: #d95e6e;
--color-4: #6a4c94;
--color-5: #4ccdc4;
}

Juls' Vibrant Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ff6e61, #d95e6e, #6a4c94, #4ccdc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ff6e61, #d95e6e, #6a4c94, #4ccdc4);
}

Juls' Vibrant Serenade color palette created on .