Touri Color Palette

Discover the beautiful Touri color palette featuring shakespeare (#3e9bd0), viking (#61c4e0), ice cold (#9ef0e9), sandwisp (#f3e5a0) and rose bud (#f6a698).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Fun, Light, Summer, Teal, 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 Touri palette

Share this palette to:

💻 Touri color palette CSS

/* CSS */
.color-1 {
color: #3e9bd0;
}
.color-2 {
color: #61c4e0;
}
.color-3 {
color: #9ef0e9;
}
.color-4 {
color: #f3e5a0;
}
.color-5 {
color: #f6a698;
}

/* CSS Variables */
:root {
--color-1: #3e9bd0;
--color-2: #61c4e0;
--color-3: #9ef0e9;
--color-4: #f3e5a0;
--color-5: #f6a698;
}

🌈 Touri background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e9bd0, #61c4e0, #9ef0e9, #f3e5a0, #f6a698);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e9bd0, #61c4e0, #9ef0e9, #f3e5a0, #f6a698);
}

Touri color palette created on .