Scenecore Color Palette

Discover the beautiful Scenecore color palette featuring astronaut (#2b396e), smalt blue (#4d7d93), summer green (#a2c3b1), chalky (#efd5a4) and jaffa (#eb8c4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Green, Cream, Warm, Bright, Soft, Retro, Aesthetic, Spring, Vibrant 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 Scenecore palette

Share this palette to:

💻 Scenecore color palette CSS

/* CSS */
.color-1 {
color: #2b396e;
}
.color-2 {
color: #4d7d93;
}
.color-3 {
color: #a2c3b1;
}
.color-4 {
color: #efd5a4;
}
.color-5 {
color: #eb8c4c;
}

/* CSS Variables */
:root {
--color-1: #2b396e;
--color-2: #4d7d93;
--color-3: #a2c3b1;
--color-4: #efd5a4;
--color-5: #eb8c4c;
}

🌈 Scenecore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b396e, #4d7d93, #a2c3b1, #efd5a4, #eb8c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b396e, #4d7d93, #a2c3b1, #efd5a4, #eb8c4c);
}

Scenecore color palette created on .