Golden Spring Awakening Color Palette
Discover the beautiful Golden Spring Awakening color palette featuring galliano (#e6af0a), web orange (#f0a400), casablanca (#f6c34c), casablanca (#f4b943) and buttercup (#f4a20b).
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 Awakening palette
๐ป Golden Spring Awakening color palette CSS
/* CSS */
.color-1 {
color: #e6af0a;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f6c34c;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #f4a20b;
}
/* CSS Variables */
:root {
--color-1: #e6af0a;
--color-2: #f0a400;
--color-3: #f6c34c;
--color-4: #f4b943;
--color-5: #f4a20b;
}
๐ Golden Spring Awakening background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6af0a, #f0a400, #f6c34c, #f4b943, #f4a20b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6af0a, #f0a400, #f6c34c, #f4b943, #f4a20b);
}
๐ Explore similar color palettes
Golden Spring Awakening color palette created on .