Rainbow Sun Color Palette

Discover the beautiful Rainbow Sun color palette featuring kournikova (#ffec70), macaroni and cheese (#ffc670), cornflower lilac (#ffb2a8), lavender rose (#ffb3ff) and pink lace (#ffc2ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Lavender, Lilac, Pastel, Peach, Pink, Soft, Spring, Warm, Yellow color palettes and combinations.

💡 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 Sun palette

Share this palette to:

💻 Rainbow Sun color palette CSS

/* CSS */
.color-1 {
color: #ffec70;
}
.color-2 {
color: #ffc670;
}
.color-3 {
color: #ffb2a8;
}
.color-4 {
color: #ffb3ff;
}
.color-5 {
color: #ffc2ff;
}

/* CSS Variables */
:root {
--color-1: #ffec70;
--color-2: #ffc670;
--color-3: #ffb2a8;
--color-4: #ffb3ff;
--color-5: #ffc2ff;
}

🌈 Rainbow Sun background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffec70, #ffc670, #ffb2a8, #ffb3ff, #ffc2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffec70, #ffc670, #ffb2a8, #ffb3ff, #ffc2ff);
}

Rainbow Sun color palette created on .