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: #496c97;
}
.color-2 {
color: #2b3031;
}
.color-3 {
color: #8c2121;
}
.color-4 {
color: #c8a55b;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #496c97;
--color-2: #2b3031;
--color-3: #8c2121;
--color-4: #c8a55b;
--color-5: #f0a800;
}
CSS del degradado de fondo Rustic Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496c97, #2b3031, #8c2121, #c8a55b, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496c97, #2b3031, #8c2121, #c8a55b, #f0a800);
}
Paletas de colores similares
Rustic Reverie color palette created on .