Samantha's Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Samantha's Serenade palette

Condividi questa palette a:

tavolozza dei colori Samantha's Serenade CSS

/* CSS */
.color-1 {
color: #f5b9b2;
}
.color-2 {
color: #f1d35b;
}
.color-3 {
color: #a1d9a1;
}
.color-4 {
color: #b2e1e0;
}
.color-5 {
color: #f2a1a1;
}

/* CSS Variables */
:root {
--color-1: #f5b9b2;
--color-2: #f1d35b;
--color-3: #a1d9a1;
--color-4: #b2e1e0;
--color-5: #f2a1a1;
}

CSS con gradiente di sfondo Samantha's Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9b2, #f1d35b, #a1d9a1, #b2e1e0, #f2a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9b2, #f1d35b, #a1d9a1, #b2e1e0, #f2a1a1);
}

Samantha's Serenade color palette created on .