Paleta de colores Cottage Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cottage Green palette
CSS de la paleta de colores Cottage Green
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #69bf9a;
}
.color-3 {
color: #4f9c7e;
}
.color-4 {
color: #397959;
}
.color-5 {
color: #2d5d44;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #69bf9a;
--color-3: #4f9c7e;
--color-4: #397959;
--color-5: #2d5d44;
}
CSS del degradado de fondo Cottage Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #69bf9a, #4f9c7e, #397959, #2d5d44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #69bf9a, #4f9c7e, #397959, #2d5d44);
}
Paletas de colores similares
Cottage Green color palette created on .