Paleta de colores Rustic Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Serenity

/* CSS */
.color-1 {
color: #e8d69c;
}
.color-2 {
color: #c3a68d;
}
.color-3 {
color: #a0765a;
}
.color-4 {
color: #6f4b3e;
}
.color-5 {
color: #3d292b;
}

/* CSS Variables */
:root {
--color-1: #e8d69c;
--color-2: #c3a68d;
--color-3: #a0765a;
--color-4: #6f4b3e;
--color-5: #3d292b;
}

CSS del degradado de fondo Rustic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d69c, #c3a68d, #a0765a, #6f4b3e, #3d292b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d69c, #c3a68d, #a0765a, #6f4b3e, #3d292b);
}

Rustic Serenity color palette created on .