Paleta de colores Shades of Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green palette
CSS de la paleta de colores Shades of Green
/* CSS */
.color-1 {
color: #6ebf87;
}
.color-2 {
color: #4cae65;
}
.color-3 {
color: #3a9c54;
}
.color-4 {
color: #2b8842;
}
.color-5 {
color: #1c7833;
}
/* CSS Variables */
:root {
--color-1: #6ebf87;
--color-2: #4cae65;
--color-3: #3a9c54;
--color-4: #2b8842;
--color-5: #1c7833;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf87, #4cae65, #3a9c54, #2b8842, #1c7833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf87, #4cae65, #3a9c54, #2b8842, #1c7833);
}
Paletas de colores similares
- Celestial Harmony
- Saturated Blue Green Orange
- Caribbean Green Shades
- Harvest Harmony
- Green Pink Harmony
- Garden Fresh
- Harmony of Vibrance
- Orange Blue Green
- Sigma Serenity
- Lime Grove Harmony
- Electric Citrus Splash
- Mystical Marshlands
- Verdant Harmony
- Verdant Verses
- Whimsical Dreamscape
- Deep Sea Glow
- Electric Sunrise
- Minted Oasis
Shades of Green color palette created on .