Paleta de colores Embers and Ashes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embers and Ashes palette

Compartir esta paleta en:

CSS de la paleta de colores Embers and Ashes

/* CSS */
.color-1 {
color: #c24d3d;
}
.color-2 {
color: #e5b97b;
}
.color-3 {
color: #f2d0a6;
}
.color-4 {
color: #c4e4b9;
}
.color-5 {
color: #5f8b5b;
}

/* CSS Variables */
:root {
--color-1: #c24d3d;
--color-2: #e5b97b;
--color-3: #f2d0a6;
--color-4: #c4e4b9;
--color-5: #5f8b5b;
}

CSS del degradado de fondo Embers and Ashes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c24d3d, #e5b97b, #f2d0a6, #c4e4b9, #5f8b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c24d3d, #e5b97b, #f2d0a6, #c4e4b9, #5f8b5b);
}

Embers and Ashes color palette created on .