Doves Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Doves palette
Doves color palette PNG image
Doves color palette CSS
/* CSS */
.color-1 {
color: #e3e4e8;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #a4b3c1;
}
.color-4 {
color: #698891;
}
.color-5 {
color: #3d5a66;
}
/* CSS Variables */
:root {
--color-1: #e3e4e8;
--color-2: #b6c8d8;
--color-3: #a4b3c1;
--color-4: #698891;
--color-5: #3d5a66;
}
Doves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e4e8, #b6c8d8, #a4b3c1, #698891, #3d5a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e4e8, #b6c8d8, #a4b3c1, #698891, #3d5a66);
}
Similar color palettes
Scroll down to explore 200+ Soft color palettes
Doves color palette created on .