Paleta de colores Earthy Rose

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Rose palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Rose

/* CSS */
.color-1 {
color: #5c3f3d;
}
.color-2 {
color: #a76f6c;
}
.color-3 {
color: #e0b59e;
}
.color-4 {
color: #f7d4c5;
}
.color-5 {
color: #f9e9e6;
}

/* CSS Variables */
:root {
--color-1: #5c3f3d;
--color-2: #a76f6c;
--color-3: #e0b59e;
--color-4: #f7d4c5;
--color-5: #f9e9e6;
}

CSS del degradado de fondo Earthy Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f3d, #a76f6c, #e0b59e, #f7d4c5, #f9e9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f3d, #a76f6c, #e0b59e, #f7d4c5, #f9e9e6);
}

Earthy Rose color palette created on .