Paleta de colores Fernwood Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Fernwood Dream palette
CSS de la paleta de colores Fernwood Dream
/* CSS */
.color-1 {
color: #62b76a;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f4e5a4;
}
.color-4 {
color: #f9cca9;
}
.color-5 {
color: #f9998b;
}
/* CSS Variables */
:root {
--color-1: #62b76a;
--color-2: #a3d55d;
--color-3: #f4e5a4;
--color-4: #f9cca9;
--color-5: #f9998b;
}
CSS del degradado de fondo Fernwood Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #62b76a, #a3d55d, #f4e5a4, #f9cca9, #f9998b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #62b76a, #a3d55d, #f4e5a4, #f9cca9, #f9998b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Verde
Fernwood Dream color palette created on .