Yellow Sunshine Color Palette
Discover the beautiful Yellow Sunshine color palette featuring tutu (#fff0fd), peach orange (#ffd399), hit pink (#ffad8a), vivid tangerine (#ff8480) and wild watermelon (#ff616e).
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 Yellow Sunshine palette
💻 Yellow Sunshine color palette CSS
/* CSS */
.color-1 {
color: #fff0fd;
}
.color-2 {
color: #ffd399;
}
.color-3 {
color: #ffad8a;
}
.color-4 {
color: #ff8480;
}
.color-5 {
color: #ff616e;
}
/* CSS Variables */
:root {
--color-1: #fff0fd;
--color-2: #ffd399;
--color-3: #ffad8a;
--color-4: #ff8480;
--color-5: #ff616e;
}
🌈 Yellow Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff0fd, #ffd399, #ffad8a, #ff8480, #ff616e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff0fd, #ffd399, #ffad8a, #ff8480, #ff616e);
}
🔗 Explore similar color palettes
Yellow Sunshine color palette created on .