Paleta de colores Blue Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Sunset

Download blue sunset color palette PNG image (landscape)
Download blue sunset color palette PNG image (square)

CSS de la paleta de colores Blue Sunset

/* CSS */
.color-1 {
color: #046c81;
}
.color-2 {
color: #8a5e00;
}
.color-3 {
color: #8f3c00;
}
.color-4 {
color: #530404;
}
.color-5 {
color: #830b07;
}

/* CSS Variables */
:root {
--color-1: #046c81;
--color-2: #8a5e00;
--color-3: #8f3c00;
--color-4: #530404;
--color-5: #830b07;
}

CSS del degradado de fondo Blue Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #046c81, #8a5e00, #8f3c00, #530404, #830b07);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #046c81, #8a5e00, #8f3c00, #530404, #830b07);
}

Blue Sunset color palette created on .