Green Kimono Forest Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Kimono Forest Beige palette
Green Kimono Forest Beige color palette PNG image
Green Kimono Forest Beige color palette CSS
/* CSS */
.color-1 {
color: #a8c1a4;
}
.color-2 {
color: #d4e3c4;
}
.color-3 {
color: #f4e2c3;
}
.color-4 {
color: #d0b79a;
}
.color-5 {
color: #9f5c3c;
}
/* CSS Variables */
:root {
--color-1: #a8c1a4;
--color-2: #d4e3c4;
--color-3: #f4e2c3;
--color-4: #d0b79a;
--color-5: #9f5c3c;
}
Green Kimono Forest Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c1a4, #d4e3c4, #f4e2c3, #d0b79a, #9f5c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c1a4, #d4e3c4, #f4e2c3, #d0b79a, #9f5c3c);
}
Similar color palettes
Green Kimono Forest Beige color palette created on .