Golden Sepia Dreams Color Palette
Discover the beautiful Golden Sepia Dreams color palette featuring tacha (#d6c25c), anzac (#dab24e), anzac (#dba43d), hokey pokey (#d69a29) and alpine (#b58e2c).
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 Sepia Dreams palette
๐ป Golden Sepia Dreams color palette CSS
/* CSS */
.color-1 {
color: #d6c25c;
}
.color-2 {
color: #dab24e;
}
.color-3 {
color: #dba43d;
}
.color-4 {
color: #d69a29;
}
.color-5 {
color: #b58e2c;
}
/* CSS Variables */
:root {
--color-1: #d6c25c;
--color-2: #dab24e;
--color-3: #dba43d;
--color-4: #d69a29;
--color-5: #b58e2c;
} ๐ Golden Sepia Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c25c, #dab24e, #dba43d, #d69a29, #b58e2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c25c, #dab24e, #dba43d, #d69a29, #b58e2c);
} ๐ Explore similar color palettes
Golden Sepia Dreams color palette created on .