Spray Can Color Palette

Discover the beautiful Spray Can color palette featuring sail (#b2e4f5), picton blue (#5cc0eb), web orange (#f0a800), flamingo (#f55f24) and french rose (#ec417a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, Orange, Pink, Summer, Vibrant, 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 Spray Can palette

Share this palette to:

💻 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);
}

Spray Can color palette created on .