Pastel Space Color Palette
Discover the beautiful Pastel Space color palette featuring cornflower (#a6c6ed), powder blue (#b9e0e9), melanie (#e4b9e1), chantilly (#f7b6d2) and sidecar (#f3e5b4).
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 Space palette
💻 Pastel Space color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b9e0e9;
}
.color-3 {
color: #e4b9e1;
}
.color-4 {
color: #f7b6d2;
}
.color-5 {
color: #f3e5b4;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b9e0e9;
--color-3: #e4b9e1;
--color-4: #f7b6d2;
--color-5: #f3e5b4;
}
🌈 Pastel Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b9e0e9, #e4b9e1, #f7b6d2, #f3e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b9e0e9, #e4b9e1, #f7b6d2, #f3e5b4);
}
🔗 Explore similar color palettes
Pastel Space color palette created on .