Scene Kid Color Palette

Discover the beautiful Scene Kid color palette featuring chambray (#3b5b8c), waikawa gray (#5c7a99), polo blue (#8fa8c7), anzac (#e2b450) and cranberry (#d85f7b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cool, Fun, Hippie, Pink, Spring, 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 Scene Kid palette

Share this palette to:

💻 Scene Kid color palette CSS

/* CSS */
.color-1 {
color: #3b5b8c;
}
.color-2 {
color: #5c7a99;
}
.color-3 {
color: #8fa8c7;
}
.color-4 {
color: #e2b450;
}
.color-5 {
color: #d85f7b;
}

/* CSS Variables */
:root {
--color-1: #3b5b8c;
--color-2: #5c7a99;
--color-3: #8fa8c7;
--color-4: #e2b450;
--color-5: #d85f7b;
}

🌈 Scene Kid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b8c, #5c7a99, #8fa8c7, #e2b450, #d85f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b8c, #5c7a99, #8fa8c7, #e2b450, #d85f7b);
}

Scene Kid color palette created on .