Sunset Vibes Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunset Vibes palette
Immagine PNG della tavolozza dei colori Sunset Vibes
tavolozza dei colori Sunset Vibes CSS
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #3b5897;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #6f4c3e;
--color-3: #ff6e61;
--color-4: #3b5897;
--color-5: #ffcc00;
}
CSS con gradiente di sfondo Sunset Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #6f4c3e, #ff6e61, #3b5897, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #6f4c3e, #ff6e61, #3b5897, #ffcc00);
}
Tavolozze di colori simili
Sunset Vibes color palette created on .