Golden Sass Color Palette
Discover the beautiful Golden Sass color palette featuring new orleans (#f2d2a1), harvest gold (#e0b47b), di serria (#d59d48), tussock (#c78b38) and copper (#b47b2d).
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 Golden Sass palette
๐ป Golden Sass color palette CSS
/* CSS */
.color-1 {
color: #f2d2a1;
}
.color-2 {
color: #e0b47b;
}
.color-3 {
color: #d59d48;
}
.color-4 {
color: #c78b38;
}
.color-5 {
color: #b47b2d;
}
/* CSS Variables */
:root {
--color-1: #f2d2a1;
--color-2: #e0b47b;
--color-3: #d59d48;
--color-4: #c78b38;
--color-5: #b47b2d;
} ๐ Golden Sass background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d2a1, #e0b47b, #d59d48, #c78b38, #b47b2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d2a1, #e0b47b, #d59d48, #c78b38, #b47b2d);
} ๐ Explore similar color palettes
Golden Sass color palette created on .