Paleta de colores Rustic Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rustic Reverie palette
CSS de la paleta de colores Rustic Reverie
/* CSS */
.color-1 {
color: #c47e40;
}
.color-2 {
color: #c9a56e;
}
.color-3 {
color: #d4c3a1;
}
.color-4 {
color: #e4afb0;
}
.color-5 {
color: #e6b5a8;
}
/* CSS Variables */
:root {
--color-1: #c47e40;
--color-2: #c9a56e;
--color-3: #d4c3a1;
--color-4: #e4afb0;
--color-5: #e6b5a8;
}
CSS del degradado de fondo Rustic Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c47e40, #c9a56e, #d4c3a1, #e4afb0, #e6b5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c47e40, #c9a56e, #d4c3a1, #e4afb0, #e6b5a8);
}
Paletas de colores similares
Rustic Reverie color palette created on .