Paleta de colores Rustic Autumn Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rustic Autumn Whisper palette
Image Gallery
CSS de la paleta de colores Rustic Autumn Whisper
/* CSS */
.color-1 {
color: #beacb2;
}
.color-2 {
color: #ae8b84;
}
.color-3 {
color: #a7690c;
}
.color-4 {
color: #89675d;
}
.color-5 {
color: #6e492b;
}
/* CSS Variables */
:root {
--color-1: #beacb2;
--color-2: #ae8b84;
--color-3: #a7690c;
--color-4: #89675d;
--color-5: #6e492b;
}
CSS del degradado de fondo Rustic Autumn Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beacb2, #ae8b84, #a7690c, #89675d, #6e492b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beacb2, #ae8b84, #a7690c, #89675d, #6e492b);
}
Paletas de colores similares
Rustic Autumn Whisper color palette created on .