Golden Spring Color Palette
Discover the beautiful Golden Spring color palette featuring buff (#f1dd83), chenin (#e1c76b), tacha (#d2b156), roti (#c3a741) and alpine (#b4922d).
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 Spring palette
๐ป Golden Spring color palette CSS
/* CSS */
.color-1 {
color: #f1dd83;
}
.color-2 {
color: #e1c76b;
}
.color-3 {
color: #d2b156;
}
.color-4 {
color: #c3a741;
}
.color-5 {
color: #b4922d;
}
/* CSS Variables */
:root {
--color-1: #f1dd83;
--color-2: #e1c76b;
--color-3: #d2b156;
--color-4: #c3a741;
--color-5: #b4922d;
}
๐ Golden Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1dd83, #e1c76b, #d2b156, #c3a741, #b4922d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1dd83, #e1c76b, #d2b156, #c3a741, #b4922d);
}
๐ Explore similar color palettes
Golden Spring color palette created on .