Paleta de colores Colorful Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Colorful Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Colorful Sunset

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #70b3ff;
}
.color-3 {
color: #a77ebe;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #70b3ff;
--color-3: #a77ebe;
--color-4: #ffd942;
--color-5: #ff3d3d;
}

CSS del degradado de fondo Colorful Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #70b3ff, #a77ebe, #ffd942, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #70b3ff, #a77ebe, #ffd942, #ff3d3d);
}

Colorful Sunset color palette created on .