Paleta de colores Blue Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Sunset

/* CSS */
.color-1 {
color: #29b6e0;
}
.color-2 {
color: #f8d36d;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #5a4fcf;
}

/* CSS Variables */
:root {
--color-1: #29b6e0;
--color-2: #f8d36d;
--color-3: #ff8052;
--color-4: #ff6e61;
--color-5: #5a4fcf;
}

CSS del degradado de fondo Blue Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b6e0, #f8d36d, #ff8052, #ff6e61, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b6e0, #f8d36d, #ff8052, #ff6e61, #5a4fcf);
}

Blue Sunset color palette created on .