Shades of Green Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green palette
tavolozza dei colori Shades of Green CSS
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #f9cb24;
}
.color-3 {
color: #ff6b81;
}
.color-4 {
color: #4b6abe;
}
.color-5 {
color: #f4c725;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #f9cb24;
--color-3: #ff6b81;
--color-4: #4b6abe;
--color-5: #f4c725;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #f9cb24, #ff6b81, #4b6abe, #f4c725);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #f9cb24, #ff6b81, #4b6abe, #f4c725);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Verde
Shades of Green color palette created on .