Paleta de colores Embers of Siris

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embers of Siris palette

Compartir esta paleta en:

CSS de la paleta de colores Embers of Siris

/* CSS */
.color-1 {
color: #f8bf5d;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #f65c2c;
}
.color-4 {
color: #ea4f3e;
}
.color-5 {
color: #d22866;
}

/* CSS Variables */
:root {
--color-1: #f8bf5d;
--color-2: #f78d1d;
--color-3: #f65c2c;
--color-4: #ea4f3e;
--color-5: #d22866;
}

CSS del degradado de fondo Embers of Siris

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8bf5d, #f78d1d, #f65c2c, #ea4f3e, #d22866);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8bf5d, #f78d1d, #f65c2c, #ea4f3e, #d22866);
}

Embers of Siris color palette created on .