Sunshine Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

Condividi questa palette a:

tavolozza dei colori Sunshine Serenade CSS

/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f9d72f;
}
.color-3 {
color: #c2d831;
}
.color-4 {
color: #a6e2d9;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f9d72f;
--color-3: #c2d831;
--color-4: #a6e2d9;
--color-5: #4a9cd3;
}

CSS con gradiente di sfondo Sunshine Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f9d72f, #c2d831, #a6e2d9, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f9d72f, #c2d831, #a6e2d9, #4a9cd3);
}

Sunshine Serenade color palette created on .