Golden Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Serenade palette

Condividi questa palette a:

tavolozza dei colori Golden Serenade CSS

/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f6c341;
}
.color-3 {
color: #f8d849;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e08e0b;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f6c341;
--color-3: #f8d849;
--color-4: #f0a800;
--color-5: #e08e0b;
}

CSS con gradiente di sfondo Golden Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f6c341, #f8d849, #f0a800, #e08e0b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f6c341, #f8d849, #f0a800, #e08e0b);
}

Golden Serenade color palette created on .