Coriander Dream Color Palette
Discover the beautiful Coriander Dream color palette featuring shadow green (#a6c9ba), summer green (#8fb7a3), silver tree (#6eaf8a), fruit salad (#4c9a6c) and sea green (#2d7b5c).
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 Coriander Dream palette
💻 Coriander Dream color palette CSS
/* CSS */
.color-1 {
color: #a6c9ba;
}
.color-2 {
color: #8fb7a3;
}
.color-3 {
color: #6eaf8a;
}
.color-4 {
color: #4c9a6c;
}
.color-5 {
color: #2d7b5c;
}
/* CSS Variables */
:root {
--color-1: #a6c9ba;
--color-2: #8fb7a3;
--color-3: #6eaf8a;
--color-4: #4c9a6c;
--color-5: #2d7b5c;
} 🌈 Coriander Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9ba, #8fb7a3, #6eaf8a, #4c9a6c, #2d7b5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9ba, #8fb7a3, #6eaf8a, #4c9a6c, #2d7b5c);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Coriander Dream color palette created on .