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: #f5b8a3;
}
.color-2 {
color: #f6e1b1;
}
.color-3 {
color: #d6b11f;
}
.color-4 {
color: #a8d56c;
}
.color-5 {
color: #6ebf9b;
}
/* CSS Variables */
:root {
--color-1: #f5b8a3;
--color-2: #f6e1b1;
--color-3: #d6b11f;
--color-4: #a8d56c;
--color-5: #6ebf9b;
}
CSS del degradado de fondo Whispers of Nature
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8a3, #f6e1b1, #d6b11f, #a8d56c, #6ebf9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8a3, #f6e1b1, #d6b11f, #a8d56c, #6ebf9b);
}
Paletas de colores similares
Whispers of Nature color palette created on .