Orange Silver Color Palette

Discover the beautiful Orange Silver color palette featuring tree poppy (#ffa21f), chatelle (#b9b3bd), gray suit (#cac5ce), white (#ffffff) and candlelight (#ffd61f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Cream, White, Yellow, Warm, Bright, Soft, Modern, Minimalist 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 Orange Silver palette

Share this palette to:

๐Ÿ’ป Orange Silver color palette CSS

/* CSS */
.color-1 {
color: #ffa21f;
}
.color-2 {
color: #b9b3bd;
}
.color-3 {
color: #cac5ce;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ffd61f;
}

/* CSS Variables */
:root {
--color-1: #ffa21f;
--color-2: #b9b3bd;
--color-3: #cac5ce;
--color-4: #ffffff;
--color-5: #ffd61f;
}

๐ŸŒˆ Orange Silver background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa21f, #b9b3bd, #cac5ce, #ffffff, #ffd61f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa21f, #b9b3bd, #cac5ce, #ffffff, #ffd61f);
}

Orange Silver color palette created on .