Alastor Color Palette

Discover the beautiful Alastor color palette featuring night shadz (#b33d57), sandy brown (#f1a65b), marzipan (#f8e29b), tradewind (#5db6a3) and trout (#4d4e5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Pink, Yellow, Green, Blue, Muted, Bright, Teal, Amber 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 Alastor palette

Share this palette to:

💻 Alastor color palette CSS

/* CSS */
.color-1 {
color: #b33d57;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #f8e29b;
}
.color-4 {
color: #5db6a3;
}
.color-5 {
color: #4d4e5b;
}

/* CSS Variables */
:root {
--color-1: #b33d57;
--color-2: #f1a65b;
--color-3: #f8e29b;
--color-4: #5db6a3;
--color-5: #4d4e5b;
}

🌈 Alastor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b33d57, #f1a65b, #f8e29b, #5db6a3, #4d4e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b33d57, #f1a65b, #f8e29b, #5db6a3, #4d4e5b);
}

Alastor color palette created on .