Paleta de colores Harmony in Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harmony in Ember palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Harmony in Ember

Download harmony in ember color palette PNG image (landscape)
Download harmony in ember color palette PNG image (square)

CSS de la paleta de colores Harmony in Ember

/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d15400;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #f39c12;
--color-3: #e77e23;
--color-4: #d15400;
--color-5: #bf3a2b;
}

CSS del degradado de fondo Harmony in Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #f39c12, #e77e23, #d15400, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #f39c12, #e77e23, #d15400, #bf3a2b);
}

Harmony in Ember color palette created on .