Santi's Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Santi's Serenade palette

Condividi questa palette a:

tavolozza dei colori Santi's Serenade 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;
}

CSS con gradiente di sfondo Santi's Serenade

/* 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 .