Vibrant Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Sunset palette

Condividi questa palette a:

tavolozza dei colori Vibrant Sunset CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #d65e3d;
}
.color-3 {
color: #a44c8d;
}
.color-4 {
color: #6b8dae;
}
.color-5 {
color: #3eda8f;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #d65e3d;
--color-3: #a44c8d;
--color-4: #6b8dae;
--color-5: #3eda8f;
}

CSS con gradiente di sfondo Vibrant Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #d65e3d, #a44c8d, #6b8dae, #3eda8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #d65e3d, #a44c8d, #6b8dae, #3eda8f);
}

Vibrant Sunset color palette created on .