Paleta de colores Soft Cinder

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Cinder palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Cinder

Download soft cinder color palette PNG image (landscape)
Download soft cinder color palette PNG image (square)

CSS de la paleta de colores Soft Cinder

/* CSS */
.color-1 {
color: #4f4f4f;
}
.color-2 {
color: #757575;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #d4d4d4;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #4f4f4f;
--color-2: #757575;
--color-3: #a1a1a1;
--color-4: #d4d4d4;
--color-5: #ffffff;
}

CSS del degradado de fondo Soft Cinder

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4f4f, #757575, #a1a1a1, #d4d4d4, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4f4f, #757575, #a1a1a1, #d4d4d4, #ffffff);
}

Soft Cinder color palette created on .