Pastel Pink and Yellow Color Palette
Discover the beautiful Pastel Pink and Yellow color palette featuring sahara sand (#f5e58a), chantilly (#f9c3d8), cornflower lilac (#ffb19e), salomie (#ffdd80) and we peep (#f1c6e0).
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 Pink and Yellow palette
💻 Pastel Pink and Yellow color palette CSS
/* CSS */
.color-1 {
color: #f5e58a;
}
.color-2 {
color: #f9c3d8;
}
.color-3 {
color: #ffb19e;
}
.color-4 {
color: #ffdd80;
}
.color-5 {
color: #f1c6e0;
}
/* CSS Variables */
:root {
--color-1: #f5e58a;
--color-2: #f9c3d8;
--color-3: #ffb19e;
--color-4: #ffdd80;
--color-5: #f1c6e0;
}
🌈 Pastel Pink and Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e58a, #f9c3d8, #ffb19e, #ffdd80, #f1c6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e58a, #f9c3d8, #ffb19e, #ffdd80, #f1c6e0);
}
🔗 Explore similar color palettes
Pastel Pink and Yellow color palette created on .