Santi's Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Santi's Serenade palette

Share this palette to:

Santi's Serenade color palette CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #a8e6ce;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f4cf3e;
--color-3: #a8e6ce;
--color-4: #2b3d50;
--color-5: #e74d3c;
}

Santi's Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f4cf3e, #a8e6ce, #2b3d50, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f4cf3e, #a8e6ce, #2b3d50, #e74d3c);
}

Santi's Serenade color palette created on .