Spray Can Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spray Can palette
Color Inspiration
Images that showcase this color palette in real designs
Download Spray Can Color Palette (PNG)
Spray Can color palette CSS
/* CSS */
.color-1 {
color: #b2e4f5;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f55f24;
}
.color-5 {
color: #ec417a;
}
/* CSS Variables */
:root {
--color-1: #b2e4f5;
--color-2: #5cc0eb;
--color-3: #f0a800;
--color-4: #f55f24;
--color-5: #ec417a;
}
Spray Can background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e4f5, #5cc0eb, #f0a800, #f55f24, #ec417a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e4f5, #5cc0eb, #f0a800, #f55f24, #ec417a);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Spray Can color palette created on .