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: #d3a69c;
}
.color-2 {
color: #f5e8c7;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #e55c2a;
}
.color-5 {
color: #7e4c3a;
}

/* CSS Variables */
:root {
--color-1: #d3a69c;
--color-2: #f5e8c7;
--color-3: #f1b74b;
--color-4: #e55c2a;
--color-5: #7e4c3a;
}

CSS del degradado de fondo Ethereal Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a69c, #f5e8c7, #f1b74b, #e55c2a, #7e4c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a69c, #f5e8c7, #f1b74b, #e55c2a, #7e4c3a);
}

Ethereal Ember color palette created on .