Dark Pastel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Pastel palette
Dark Pastel color palette PNG image
Dark Pastel color palette CSS
/* CSS */
.color-1 {
color: #698e9b;
}
.color-2 {
color: #b0d4d9;
}
.color-3 {
color: #f1e4e4;
}
.color-4 {
color: #f7d5b6;
}
.color-5 {
color: #e5b4b3;
}
/* CSS Variables */
:root {
--color-1: #698e9b;
--color-2: #b0d4d9;
--color-3: #f1e4e4;
--color-4: #f7d5b6;
--color-5: #e5b4b3;
}
Dark Pastel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698e9b, #b0d4d9, #f1e4e4, #f7d5b6, #e5b4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698e9b, #b0d4d9, #f1e4e4, #f7d5b6, #e5b4b3);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dark Pastel color palette created on .