Anemo Color Palette
Discover the beautiful Anemo color palette featuring botticelli (#cde6e9), morning glory (#a3d8e0), fountain blue (#68b4c0), keppel (#3e9fa3) and elm (#1a7d7f).
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 Anemo palette
💻 Anemo color palette CSS
/* CSS */
.color-1 {
color: #cde6e9;
}
.color-2 {
color: #a3d8e0;
}
.color-3 {
color: #68b4c0;
}
.color-4 {
color: #3e9fa3;
}
.color-5 {
color: #1a7d7f;
}
/* CSS Variables */
:root {
--color-1: #cde6e9;
--color-2: #a3d8e0;
--color-3: #68b4c0;
--color-4: #3e9fa3;
--color-5: #1a7d7f;
} 🌈 Anemo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cde6e9, #a3d8e0, #68b4c0, #3e9fa3, #1a7d7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cde6e9, #a3d8e0, #68b4c0, #3e9fa3, #1a7d7f);
} 🔗 Explore similar color palettes
Anemo color palette created on .