Paleta de colores Shades of Ferra

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Ferra palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Ferra

/* CSS */
.color-1 {
color: #6e4e4f;
}
.color-2 {
color: #c58c7c;
}
.color-3 {
color: #e2b3a2;
}
.color-4 {
color: #f4d4b4;
}
.color-5 {
color: #f8e3d3;
}

/* CSS Variables */
:root {
--color-1: #6e4e4f;
--color-2: #c58c7c;
--color-3: #e2b3a2;
--color-4: #f4d4b4;
--color-5: #f8e3d3;
}

CSS del degradado de fondo Shades of Ferra

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e4e4f, #c58c7c, #e2b3a2, #f4d4b4, #f8e3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e4e4f, #c58c7c, #e2b3a2, #f4d4b4, #f8e3d3);
}

Shades of Ferra color palette created on .