Paleta de colores Light Gold and Dark Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Gold and Dark Green palette
CSS de la paleta de colores Light Gold and Dark Green
/* CSS */
.color-1 {
color: #fdf8e2;
}
.color-2 {
color: #e3cca1;
}
.color-3 {
color: #a1ceaa;
}
.color-4 {
color: #4c8b3c;
}
.color-5 {
color: #1c3b25;
}
/* CSS Variables */
:root {
--color-1: #fdf8e2;
--color-2: #e3cca1;
--color-3: #a1ceaa;
--color-4: #4c8b3c;
--color-5: #1c3b25;
}
CSS del degradado de fondo Light Gold and Dark Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf8e2, #e3cca1, #a1ceaa, #4c8b3c, #1c3b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf8e2, #e3cca1, #a1ceaa, #4c8b3c, #1c3b25);
}
Paletas de colores similares
Light Gold and Dark Green color palette created on .