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: #fadec2;
}
.color-2 {
color: #92c591;
}
.color-3 {
color: #a5a073;
}
.color-4 {
color: #76b573;
}
.color-5 {
color: #be8246;
}
/* CSS Variables */
:root {
--color-1: #fadec2;
--color-2: #92c591;
--color-3: #a5a073;
--color-4: #76b573;
--color-5: #be8246;
}
CSS del degradado de fondo Whispers of Nature
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadec2, #92c591, #a5a073, #76b573, #be8246);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadec2, #92c591, #a5a073, #76b573, #be8246);
}
Paletas de colores similares
Whispers of Nature color palette created on .