Sunset Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Vibes palette

Condividi questa palette a:

tavolozza dei colori Sunset Vibes CSS

/* CSS */
.color-1 {
color: #f7c602;
}
.color-2 {
color: #f86c30;
}
.color-3 {
color: #f73c02;
}
.color-4 {
color: #f83055;
}
.color-5 {
color: #cf026c;
}

/* CSS Variables */
:root {
--color-1: #f7c602;
--color-2: #f86c30;
--color-3: #f73c02;
--color-4: #f83055;
--color-5: #cf026c;
}

CSS con gradiente di sfondo Sunset Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c602, #f86c30, #f73c02, #f83055, #cf026c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c602, #f86c30, #f73c02, #f83055, #cf026c);
}

Sunset Vibes color palette created on .