Sasha's Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sasha's Serenade palette

Share this palette to:

Sasha's Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f0df5c;
}
.color-4 {
color: #6fbe7f;
}
.color-5 {
color: #4a8cbf;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c6a6;
--color-3: #f0df5c;
--color-4: #6fbe7f;
--color-5: #4a8cbf;
}

Sasha's Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c6a6, #f0df5c, #6fbe7f, #4a8cbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c6a6, #f0df5c, #6fbe7f, #4a8cbf);
}

Sasha's Serenade color palette created on .