Scout Color Palette
Discover the beautiful Scout color palette featuring pigeon post (#a5c6d5), jagged ice (#b5e1e3), manhattan (#f6c8a7), jaffa (#f29d3a) and mojo (#c94e3b).
Brightness
Saturation
Warmth
💡 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 Scout palette
💻 Scout color palette CSS
/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #b5e1e3;
}
.color-3 {
color: #f6c8a7;
}
.color-4 {
color: #f29d3a;
}
.color-5 {
color: #c94e3b;
}
/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #b5e1e3;
--color-3: #f6c8a7;
--color-4: #f29d3a;
--color-5: #c94e3b;
} 🌈 Scout background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #b5e1e3, #f6c8a7, #f29d3a, #c94e3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #b5e1e3, #f6c8a7, #f29d3a, #c94e3b);
} 🔗 Explore similar color palettes
Scout color palette created on .