Paleta de colores Bright Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Horizon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Bright Horizon

Download bright horizon color palette PNG image (landscape)
Download bright horizon color palette PNG image (square)

CSS de la paleta de colores Bright Horizon

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #78c1e2;
}
.color-3 {
color: #f7f8ed;
}
.color-4 {
color: #f9d44e;
}
.color-5 {
color: #f25d2c;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #78c1e2;
--color-3: #f7f8ed;
--color-4: #f9d44e;
--color-5: #f25d2c;
}

CSS del degradado de fondo Bright Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
}

Bright Horizon color palette created on .