Paleta de colores Sunkissed Forest Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunkissed Forest Whisper palette
CSS de la paleta de colores Sunkissed Forest Whisper
/* CSS */
.color-1 {
color: #4a6f2a;
}
.color-2 {
color: #7b9a37;
}
.color-3 {
color: #b5c889;
}
.color-4 {
color: #e3d492;
}
.color-5 {
color: #f8e9a0;
}
/* CSS Variables */
:root {
--color-1: #4a6f2a;
--color-2: #7b9a37;
--color-3: #b5c889;
--color-4: #e3d492;
--color-5: #f8e9a0;
}
CSS del degradado de fondo Sunkissed Forest Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6f2a, #7b9a37, #b5c889, #e3d492, #f8e9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6f2a, #7b9a37, #b5c889, #e3d492, #f8e9a0);
}
Paletas de colores similares
Sunkissed Forest Whisper color palette created on .