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: #90da95;
}
.color-2 {
color: #43b6a5;
}
.color-3 {
color: #2a9d90;
}
.color-4 {
color: #1c686d;
}
.color-5 {
color: #004a4d;
}
/* CSS Variables */
:root {
--color-1: #90da95;
--color-2: #43b6a5;
--color-3: #2a9d90;
--color-4: #1c686d;
--color-5: #004a4d;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #90da95, #43b6a5, #2a9d90, #1c686d, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90da95, #43b6a5, #2a9d90, #1c686d, #004a4d);
}
Paletas de colores similares
- Pink Breeze
- Emerald Dusk
- Viridian Breeze
- Tropical Harmony
- Tropical Forest Dawn
- Shades of Blue
- Shades of Blue
- Shades of Green
- Morning Meadow Bliss
- Trustworthy Harmony
- Shades of Green
- Celestial Harmony
- Shades of Green Blue Pink
- Verdant Awakening
- Shades of Blue
- Whispers of the Verdant Grove
- Coral Breeze
- Herb Garden Symphony
Shades of Green color palette created on .