Golden Sunrise Delight Color Palette
Discover the beautiful Golden Sunrise Delight color palette featuring pizazz (#ff8800), selective yellow (#ffb300), texas rose (#ffc34d), school bus yellow (#ffd900) and salomie (#ffdc8a).
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 Sunrise Delight palette
๐ป Golden Sunrise Delight color palette CSS
/* CSS */
.color-1 {
color: #ff8800;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffc34d;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffdc8a;
}
/* CSS Variables */
:root {
--color-1: #ff8800;
--color-2: #ffb300;
--color-3: #ffc34d;
--color-4: #ffd900;
--color-5: #ffdc8a;
}
๐ Golden Sunrise Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8800, #ffb300, #ffc34d, #ffd900, #ffdc8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8800, #ffb300, #ffc34d, #ffd900, #ffdc8a);
}
๐ Explore similar color palettes
Golden Sunrise Delight color palette created on .