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: #f9b1ae;
}
.color-2 {
color: #fdcc81;
}
.color-3 {
color: #f9df5d;
}
.color-4 {
color: #a7d78e;
}
.color-5 {
color: #4ca1bd;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fdcc81;
--color-3: #f9df5d;
--color-4: #a7d78e;
--color-5: #4ca1bd;
}

CSS con gradiente di sfondo Vibrant Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fdcc81, #f9df5d, #a7d78e, #4ca1bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fdcc81, #f9df5d, #a7d78e, #4ca1bd);
}

Vibrant Serenade color palette created on .