Chilean Serenity Color Palette
Discover the beautiful Chilean Serenity color palette featuring moss green (#a7d7b8), new orleans (#f2e2a1), corvette (#f9c09f), spindle (#b4cfe9) and patina (#5c8a8a).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Garden, Green, Light, Nature, Soft, Vegetation, Yellow 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
UI Examples
Explore beautiful UI components with Chilean Serenity palette
💻 Chilean Serenity color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f2e2a1;
}
.color-3 {
color: #f9c09f;
}
.color-4 {
color: #b4cfe9;
}
.color-5 {
color: #5c8a8a;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f2e2a1;
--color-3: #f9c09f;
--color-4: #b4cfe9;
--color-5: #5c8a8a;
} 🌈 Chilean Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f2e2a1, #f9c09f, #b4cfe9, #5c8a8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f2e2a1, #f9c09f, #b4cfe9, #5c8a8a);
} 🔗 Explore similar color palettes
Chilean Serenity color palette created on .