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: #6e9175;
}
.color-2 {
color: #bccebb;
}
.color-3 {
color: #e9efe6;
}
.color-4 {
color: #d8d0dd;
}
.color-5 {
color: #a38095;
}
/* CSS Variables */
:root {
--color-1: #6e9175;
--color-2: #bccebb;
--color-3: #e9efe6;
--color-4: #d8d0dd;
--color-5: #a38095;
}
CSS con gradiente di sfondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e9175, #bccebb, #e9efe6, #d8d0dd, #a38095);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e9175, #bccebb, #e9efe6, #d8d0dd, #a38095);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Terroso
Shades of Green color palette created on .