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

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Bright, Coral, Earthy, Gold, Modern, Teal, Vibrant, Warm 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 Aditi's Breeze palette

Share this palette to:

๐Ÿ’ป 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);
}

Aditi's Breeze color palette created on .