Paleta de colores Shades of Green Pea
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green Pea palette
CSS de la paleta de colores Shades of Green Pea
/* CSS */
.color-1 {
color: #1d6243;
}
.color-2 {
color: #2d7b55;
}
.color-3 {
color: #4baf6c;
}
.color-4 {
color: #a1d9a1;
}
.color-5 {
color: #e4f6e4;
}
/* CSS Variables */
:root {
--color-1: #1d6243;
--color-2: #2d7b55;
--color-3: #4baf6c;
--color-4: #a1d9a1;
--color-5: #e4f6e4;
}
CSS del degradado de fondo Shades of Green Pea
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d6243, #2d7b55, #4baf6c, #a1d9a1, #e4f6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d6243, #2d7b55, #4baf6c, #a1d9a1, #e4f6e4);
}
Paletas de colores similares
Shades of Green Pea color palette created on .