Golden Sun Color Palette
Discover the beautiful Golden Sun color palette featuring supernova (#ffcc00), bright sun (#ffdc42), dandelion (#ffe066), vis vis (#fff2a8) and barley white (#fff5cc).
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 Sun palette
๐ป Golden Sun color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ffdc42;
}
.color-3 {
color: #ffe066;
}
.color-4 {
color: #fff2a8;
}
.color-5 {
color: #fff5cc;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffdc42;
--color-3: #ffe066;
--color-4: #fff2a8;
--color-5: #fff5cc;
} ๐ Golden Sun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ffdc42, #ffe066, #fff2a8, #fff5cc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ffdc42, #ffe066, #fff2a8, #fff5cc);
} ๐ Explore similar color palettes
Golden Sun color palette created on .