Vibrant Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Serenade palette

Condividi questa palette a:

tavolozza dei colori Vibrant Serenade CSS

/* CSS */
.color-1 {
color: #fc685a;
}
.color-2 {
color: #fc9c3b;
}
.color-3 {
color: #f5d12e;
}
.color-4 {
color: #8fdd22;
}
.color-5 {
color: #16ac98;
}

/* CSS Variables */
:root {
--color-1: #fc685a;
--color-2: #fc9c3b;
--color-3: #f5d12e;
--color-4: #8fdd22;
--color-5: #16ac98;
}

CSS con gradiente di sfondo Vibrant Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc685a, #fc9c3b, #f5d12e, #8fdd22, #16ac98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc685a, #fc9c3b, #f5d12e, #8fdd22, #16ac98);
}

Vibrant Serenade color palette created on .