Pale Orange and Blue Dream Color Palette
Discover the beautiful Pale Orange and Blue Dream color palette featuring peach orange (#ffcc99), koromiko (#ffb366), neon carrot (#ff9933), malibu (#66b2ff) and dodger blue (#3399ff).
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 Pale Orange and Blue Dream palette
💻 Pale Orange and Blue Dream color palette CSS
/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ffb366;
}
.color-3 {
color: #ff9933;
}
.color-4 {
color: #66b2ff;
}
.color-5 {
color: #3399ff;
}
/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ffb366;
--color-3: #ff9933;
--color-4: #66b2ff;
--color-5: #3399ff;
} 🌈 Pale Orange and Blue Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ffb366, #ff9933, #66b2ff, #3399ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ffb366, #ff9933, #66b2ff, #3399ff);
} 🔗 Explore similar color palettes
Pale Orange and Blue Dream color palette created on .