Green Kitchen Color Palette
Discover the beautiful Green Kitchen color palette featuring asparagus (#6e994d), sprout (#b6d69f), new orleans (#f2e2a1), cashmere (#e7aaa2) and whiskey (#d79c75).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Green Kitchen palette
💻 Green Kitchen color palette CSS
/* CSS */
.color-1 {
color: #6e994d;
}
.color-2 {
color: #b6d69f;
}
.color-3 {
color: #f2e2a1;
}
.color-4 {
color: #e7aaa2;
}
.color-5 {
color: #d79c75;
}
/* CSS Variables */
:root {
--color-1: #6e994d;
--color-2: #b6d69f;
--color-3: #f2e2a1;
--color-4: #e7aaa2;
--color-5: #d79c75;
}
🌈 Green Kitchen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e994d, #b6d69f, #f2e2a1, #e7aaa2, #d79c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e994d, #b6d69f, #f2e2a1, #e7aaa2, #d79c75);
}
🔗 Explore similar color palettes
Green Kitchen color palette created on .