Rainbow Sunflower Color Palette
Discover the beautiful Rainbow Sunflower color palette featuring bright sun (#ffd942), texas rose (#ffb84d), burning orange (#ff6d2e), punch (#da3f2b) and stiletto (#a12b3d).
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 Rainbow Sunflower palette
💻 Rainbow Sunflower color palette CSS
/* CSS */
.color-1 {
  color: #ffd942;
 }
.color-2 {
  color: #ffb84d;
 }
.color-3 {
  color: #ff6d2e;
 }
.color-4 {
  color: #da3f2b;
 }
.color-5 {
  color: #a12b3d;
 }
/* CSS Variables */
:root {
  --color-1: #ffd942;
  --color-2: #ffb84d;
  --color-3: #ff6d2e;
  --color-4: #da3f2b;
  --color-5: #a12b3d;
 } 🌈 Rainbow Sunflower background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #ffd942, #ffb84d, #ff6d2e, #da3f2b, #a12b3d);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #ffd942, #ffb84d, #ff6d2e, #da3f2b, #a12b3d);
 } 🔗 Explore similar color palettes
Rainbow Sunflower color palette created on .