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