Sunset Construction Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Construction palette

Condividi questa palette a:

tavolozza dei colori Sunset Construction CSS

/* CSS */
.color-1 {
color: #d9c77d;
}
.color-2 {
color: #f2b950;
}
.color-3 {
color: #f49c3e;
}
.color-4 {
color: #e65d33;
}
.color-5 {
color: #b23b2e;
}

/* CSS Variables */
:root {
--color-1: #d9c77d;
--color-2: #f2b950;
--color-3: #f49c3e;
--color-4: #e65d33;
--color-5: #b23b2e;
}

CSS con gradiente di sfondo Sunset Construction

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c77d, #f2b950, #f49c3e, #e65d33, #b23b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c77d, #f2b950, #f49c3e, #e65d33, #b23b2e);
}

Sunset Construction color palette created on .