Gilded Elegance Color Palette
Discover the beautiful Gilded Elegance color palette featuring saffron (#f6b83c), corvette (#f8caa5), kobi (#eab8d1), heliotrope (#c880ff) and studio (#6b41b4).
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 Gilded Elegance palette
๐ป Gilded Elegance color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #c880ff;
}
.color-5 {
color: #6b41b4;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8caa5;
--color-3: #eab8d1;
--color-4: #c880ff;
--color-5: #6b41b4;
} ๐ Gilded Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8caa5, #eab8d1, #c880ff, #6b41b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8caa5, #eab8d1, #c880ff, #6b41b4);
} ๐ Explore similar color palettes
Gilded Elegance color palette created on .