Paleta de colores Rustic Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Reverie

/* CSS */
.color-1 {
color: #f1e9d0;
}
.color-2 {
color: #e2cfc0;
}
.color-3 {
color: #d3a69c;
}
.color-4 {
color: #c8898b;
}
.color-5 {
color: #b46a76;
}

/* CSS Variables */
:root {
--color-1: #f1e9d0;
--color-2: #e2cfc0;
--color-3: #d3a69c;
--color-4: #c8898b;
--color-5: #b46a76;
}

CSS del degradado de fondo Rustic Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9d0, #e2cfc0, #d3a69c, #c8898b, #b46a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9d0, #e2cfc0, #d3a69c, #c8898b, #b46a76);
}

Rustic Reverie color palette created on .