Stratos Color Palette

Discover the beautiful Stratos color palette featuring stratos (#000742), lucky point (#1e1e76), gigas (#3b3ba0), blue violet (#5f5fbf) and anakiwa (#a8c5ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Bright, Modern, Deep, Deep Winter, Cool, Night Sky, Ocean 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 Stratos palette

Share this palette to:

💻 Stratos color palette CSS

/* CSS */
.color-1 {
color: #000742;
}
.color-2 {
color: #1e1e76;
}
.color-3 {
color: #3b3ba0;
}
.color-4 {
color: #5f5fbf;
}
.color-5 {
color: #a8c5ff;
}

/* CSS Variables */
:root {
--color-1: #000742;
--color-2: #1e1e76;
--color-3: #3b3ba0;
--color-4: #5f5fbf;
--color-5: #a8c5ff;
}

🌈 Stratos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000742, #1e1e76, #3b3ba0, #5f5fbf, #a8c5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000742, #1e1e76, #3b3ba0, #5f5fbf, #a8c5ff);
}

Stratos color palette created on .