Paleta de colores Ethereal Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Ember

/* CSS */
.color-1 {
color: #f5d4c2;
}
.color-2 {
color: #e2a88d;
}
.color-3 {
color: #d6896b;
}
.color-4 {
color: #b45d50;
}
.color-5 {
color: #8c3b3b;
}

/* CSS Variables */
:root {
--color-1: #f5d4c2;
--color-2: #e2a88d;
--color-3: #d6896b;
--color-4: #b45d50;
--color-5: #8c3b3b;
}

CSS del degradado de fondo Ethereal Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d4c2, #e2a88d, #d6896b, #b45d50, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d4c2, #e2a88d, #d6896b, #b45d50, #8c3b3b);
}

Ethereal Ember color palette created on .