Paleta de colores Whispers of Nature
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Nature palette
Image Gallery

CSS de la paleta de colores Whispers of Nature
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4d3db;
}
.color-3 {
color: #dca87a;
}
.color-4 {
color: #89b573;
}
.color-5 {
color: #72604f;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4d3db;
--color-3: #dca87a;
--color-4: #89b573;
--color-5: #72604f;
}
CSS del degradado de fondo Whispers of Nature
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4d3db, #dca87a, #89b573, #72604f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4d3db, #dca87a, #89b573, #72604f);
}
Paletas de colores similares
Whispers of Nature color palette created on .