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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Orange Silver color palette created on .