Soft Dove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Dove palette
Soft Dove color palette CSS
/* CSS */
.color-1 {
color: #bfd4c1;
}
.color-2 {
color: #e1e6d6;
}
.color-3 {
color: #f4f8e2;
}
.color-4 {
color: #f6d8b1;
}
.color-5 {
color: #f2b0a1;
}
/* CSS Variables */
:root {
--color-1: #bfd4c1;
--color-2: #e1e6d6;
--color-3: #f4f8e2;
--color-4: #f6d8b1;
--color-5: #f2b0a1;
}
Soft Dove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfd4c1, #e1e6d6, #f4f8e2, #f6d8b1, #f2b0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfd4c1, #e1e6d6, #f4f8e2, #f6d8b1, #f2b0a1);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Soft Dove color palette created on .