Stolas Color Palette

Discover the beautiful Stolas color palette featuring finn (#5d2d4a), night shadz (#a62b4e), flamingo (#f15a27), koromiko (#ffb65c) and peach (#ffe3b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Bright, Fun, Mythical, Orange, Purple, Red, Summer, Yellow 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 Stolas palette

Share this palette to:

💻 Stolas color palette CSS

/* CSS */
.color-1 {
color: #5d2d4a;
}
.color-2 {
color: #a62b4e;
}
.color-3 {
color: #f15a27;
}
.color-4 {
color: #ffb65c;
}
.color-5 {
color: #ffe3b3;
}

/* CSS Variables */
:root {
--color-1: #5d2d4a;
--color-2: #a62b4e;
--color-3: #f15a27;
--color-4: #ffb65c;
--color-5: #ffe3b3;
}

🌈 Stolas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d2d4a, #a62b4e, #f15a27, #ffb65c, #ffe3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d2d4a, #a62b4e, #f15a27, #ffb65c, #ffe3b3);
}

Stolas color palette created on .