Paleta de colores Bright Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Harmony palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Bright Harmony

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

CSS de la paleta de colores Bright Harmony

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #804d00;
}
.color-3 {
color: #ffea8f;
}
.color-4 {
color: #b27676;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #804d00;
--color-3: #ffea8f;
--color-4: #b27676;
--color-5: #1c1c1c;
}

CSS del degradado de fondo Bright Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #804d00, #ffea8f, #b27676, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #804d00, #ffea8f, #b27676, #1c1c1c);
}

Bright Harmony color palette created on .