Bowl of Light Color Palette
Discover the beautiful Bowl of Light color palette featuring witch haze (#fff391), kournikova (#ffe77f), golden tainoi (#ffd067), texas rose (#ffb156) and coral (#ff8e4a).
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 Bowl of Light palette
💻 Bowl of Light color palette CSS
/* CSS */
.color-1 {
color: #fff391;
}
.color-2 {
color: #ffe77f;
}
.color-3 {
color: #ffd067;
}
.color-4 {
color: #ffb156;
}
.color-5 {
color: #ff8e4a;
}
/* CSS Variables */
:root {
--color-1: #fff391;
--color-2: #ffe77f;
--color-3: #ffd067;
--color-4: #ffb156;
--color-5: #ff8e4a;
} 🌈 Bowl of Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff391, #ffe77f, #ffd067, #ffb156, #ff8e4a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff391, #ffe77f, #ffd067, #ffb156, #ff8e4a);
} 🔗 Explore similar color palettes
Bowl of Light color palette created on .