Discover the beautiful Creamy Green color palette featuring linen (#f9f0e1), mandys pink (#f5d6c2), cashmere (#e7c1a2), spring rain (#a7caa0) and my pink (#d69a8a).
Creamy Green Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Creamy Green palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Creamy Green palette
💻 Creamy Green color palette CSS
/* CSS */
.color-1 {
color: #f9f0e1;
}
.color-2 {
color: #f5d6c2;
}
.color-3 {
color: #e7c1a2;
}
.color-4 {
color: #a7caa0;
}
.color-5 {
color: #d69a8a;
}
/* CSS Variables */
:root {
--color-1: #f9f0e1;
--color-2: #f5d6c2;
--color-3: #e7c1a2;
--color-4: #a7caa0;
--color-5: #d69a8a;
}
🌈 Creamy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f0e1, #f5d6c2, #e7c1a2, #a7caa0, #d69a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f0e1, #f5d6c2, #e7c1a2, #a7caa0, #d69a8a);
}
🔗 Explore similar color palettes
Creamy Green color palette created on .