Paleta de colores Warm Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Ember palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Warm Ember

Download warm ember color palette PNG image (landscape)
Download warm ember color palette PNG image (square)

CSS de la paleta de colores Warm Ember

/* CSS */
.color-1 {
color: #660000;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #a62b2b;
}
.color-5 {
color: #d86e4b;
}

/* CSS Variables */
:root {
--color-1: #660000;
--color-2: #ffb84d;
--color-3: #ffffff;
--color-4: #a62b2b;
--color-5: #d86e4b;
}

CSS del degradado de fondo Warm Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #660000, #ffb84d, #ffffff, #a62b2b, #d86e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #660000, #ffb84d, #ffffff, #a62b2b, #d86e4b);
}

Warm Ember color palette created on .