Scout Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scout palette
Color Inspiration
Images that showcase this color palette in real designs
Download Scout Color Palette (PNG)
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);
}
Similar color palettes
Scout color palette created on .