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