Pastel Space Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Space palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pastel Space Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 3 Space color palettes
Pastel Space color palette created on .