Oswald Bright Color Palette

Discover the beautiful Oswald Bright color palette featuring trout (#4a4b59), storm gray (#6c6d7a), aluminium (#a5a8b6), blue haze (#c7c9e0) and zircon (#f5f7ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Modern, Minimalist, Soft, Light, Gray, Vintage, 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 Oswald Bright palette

Share this palette to:

💻 Oswald Bright color palette CSS

/* CSS */
.color-1 {
color: #4a4b59;
}
.color-2 {
color: #6c6d7a;
}
.color-3 {
color: #a5a8b6;
}
.color-4 {
color: #c7c9e0;
}
.color-5 {
color: #f5f7ff;
}

/* CSS Variables */
:root {
--color-1: #4a4b59;
--color-2: #6c6d7a;
--color-3: #a5a8b6;
--color-4: #c7c9e0;
--color-5: #f5f7ff;
}

🌈 Oswald Bright background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4b59, #6c6d7a, #a5a8b6, #c7c9e0, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4b59, #6c6d7a, #a5a8b6, #c7c9e0, #f5f7ff);
}

Oswald Bright color palette created on .