Dark Pastel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Pastel palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Pastel Color Palette (PNG)
Dark Pastel color palette CSS
/* CSS */
.color-1 {
color: #4b3d71;
}
.color-2 {
color: #6b5b8b;
}
.color-3 {
color: #8f7b9d;
}
.color-4 {
color: #b1a4b6;
}
.color-5 {
color: #e6b3c3;
}
/* CSS Variables */
:root {
--color-1: #4b3d71;
--color-2: #6b5b8b;
--color-3: #8f7b9d;
--color-4: #b1a4b6;
--color-5: #e6b3c3;
}
Dark Pastel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d71, #6b5b8b, #8f7b9d, #b1a4b6, #e6b3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d71, #6b5b8b, #8f7b9d, #b1a4b6, #e6b3c3);
}
Similar color palettes
Scroll down to explore 4 Dark color palettes
Dark Pastel color palette created on .