Soft Pastel Dream Color Palette
Discover the beautiful Soft Pastel Dream color palette featuring casper (#b4c1d5), blue haze (#d1c7e1), lola (#e7dae6), janna (#f4e3d7) and corvette (#f8d0a0).
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 Soft Pastel Dream palette
💻 Soft Pastel Dream color palette CSS
/* CSS */
.color-1 {
color: #b4c1d5;
}
.color-2 {
color: #d1c7e1;
}
.color-3 {
color: #e7dae6;
}
.color-4 {
color: #f4e3d7;
}
.color-5 {
color: #f8d0a0;
}
/* CSS Variables */
:root {
--color-1: #b4c1d5;
--color-2: #d1c7e1;
--color-3: #e7dae6;
--color-4: #f4e3d7;
--color-5: #f8d0a0;
}
🌈 Soft Pastel Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c1d5, #d1c7e1, #e7dae6, #f4e3d7, #f8d0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c1d5, #d1c7e1, #e7dae6, #f4e3d7, #f8d0a0);
}
🔗 Explore similar color palettes
Soft Pastel Dream color palette created on .