Singing Swallow Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Singing Swallow Serenade palette

Condividi questa palette a:

tavolozza dei colori Singing Swallow Serenade CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #eab543;
}
.color-3 {
color: #f0be5c;
}
.color-4 {
color: #f6d798;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #eab543;
--color-3: #f0be5c;
--color-4: #f6d798;
--color-5: #f5a300;
}

CSS con gradiente di sfondo Singing Swallow Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #eab543, #f0be5c, #f6d798, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #eab543, #f0be5c, #f6d798, #f5a300);
}

Singing Swallow Serenade color palette created on .