Paleta de colores Sunset Wave

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Wave palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Wave

/* CSS */
.color-1 {
color: #1e87d2;
}
.color-2 {
color: #ffad42;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #1e87d2;
--color-2: #ffad42;
--color-3: #ff6d1f;
--color-4: #ffcc00;
--color-5: #f47b1f;
}

CSS del degradado de fondo Sunset Wave

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e87d2, #ffad42, #ff6d1f, #ffcc00, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e87d2, #ffad42, #ff6d1f, #ffcc00, #f47b1f);
}

Sunset Wave color palette created on .