Sebastian Tolstoy Color Palette

Discover the beautiful Sebastian Tolstoy color palette featuring san marino (#3b6b9b), hippie blue (#4fa1b5), downy (#67c5a6), wheat (#f2e0ab) and gold drop (#f08400).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Cream, Green, Summer, Tropical, 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 Sebastian Tolstoy palette

Share this palette to:

💻 Sebastian Tolstoy color palette CSS

/* CSS */
.color-1 {
color: #3b6b9b;
}
.color-2 {
color: #4fa1b5;
}
.color-3 {
color: #67c5a6;
}
.color-4 {
color: #f2e0ab;
}
.color-5 {
color: #f08400;
}

/* CSS Variables */
:root {
--color-1: #3b6b9b;
--color-2: #4fa1b5;
--color-3: #67c5a6;
--color-4: #f2e0ab;
--color-5: #f08400;
}

🌈 Sebastian Tolstoy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6b9b, #4fa1b5, #67c5a6, #f2e0ab, #f08400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6b9b, #4fa1b5, #67c5a6, #f2e0ab, #f08400);
}

Sebastian Tolstoy color palette created on .