Pastel Blue and Yellow Delight Color Palette
Discover the beautiful Pastel Blue and Yellow Delight color palette featuring marzipan (#f9e79f), regent st blue (#a1d3e8), buttercup (#f1c40e), seagull (#69b7e8) and casablanca (#f5b042).
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 Pastel Blue and Yellow Delight palette
💻 Pastel Blue and Yellow Delight color palette CSS
/* CSS */
.color-1 {
color: #f9e79f;
}
.color-2 {
color: #a1d3e8;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #69b7e8;
}
.color-5 {
color: #f5b042;
}
/* CSS Variables */
:root {
--color-1: #f9e79f;
--color-2: #a1d3e8;
--color-3: #f1c40e;
--color-4: #69b7e8;
--color-5: #f5b042;
} 🌈 Pastel Blue and Yellow Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e79f, #a1d3e8, #f1c40e, #69b7e8, #f5b042);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e79f, #a1d3e8, #f1c40e, #69b7e8, #f5b042);
} 🔗 Explore similar color palettes
Pastel Blue and Yellow Delight color palette created on .