Aditi's Breeze Color Palette
Discover the beautiful Aditi's Breeze color palette featuring tan hide (#f9a35d), mountain meadow (#17b09e), chathams blue (#154f65), jaffa (#f26845) and saffron mango (#fbc74b).
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 Aditi's Breeze palette
๐ป Aditi's Breeze color palette CSS
/* CSS */
.color-1 {
color: #f9a35d;
}
.color-2 {
color: #17b09e;
}
.color-3 {
color: #154f65;
}
.color-4 {
color: #f26845;
}
.color-5 {
color: #fbc74b;
}
/* CSS Variables */
:root {
--color-1: #f9a35d;
--color-2: #17b09e;
--color-3: #154f65;
--color-4: #f26845;
--color-5: #fbc74b;
} ๐ Aditi's Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a35d, #17b09e, #154f65, #f26845, #fbc74b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a35d, #17b09e, #154f65, #f26845, #fbc74b);
} ๐ Explore similar color palettes
Aditi's Breeze color palette created on .