Paleta de colores Whispers of Autumn Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Autumn Breeze palette
CSS de la paleta de colores Whispers of Autumn Breeze
/* CSS */
.color-1 {
color: #edd2b5;
}
.color-2 {
color: #e8a76d;
}
.color-3 {
color: #b7ab9f;
}
.color-4 {
color: #be6f78;
}
.color-5 {
color: #778092;
}
/* CSS Variables */
:root {
--color-1: #edd2b5;
--color-2: #e8a76d;
--color-3: #b7ab9f;
--color-4: #be6f78;
--color-5: #778092;
}
CSS del degradado de fondo Whispers of Autumn Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd2b5, #e8a76d, #b7ab9f, #be6f78, #778092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd2b5, #e8a76d, #b7ab9f, #be6f78, #778092);
}
Paletas de colores similares
Whispers of Autumn Breeze color palette created on .