Dove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dove palette
Dove color palette PNG image
Dove color palette CSS
/* CSS */
.color-1 {
color: #e1e3e5;
}
.color-2 {
color: #a8b8b0;
}
.color-3 {
color: #6d8d89;
}
.color-4 {
color: #b3d6d4;
}
.color-5 {
color: #f0f4f5;
}
/* CSS Variables */
:root {
--color-1: #e1e3e5;
--color-2: #a8b8b0;
--color-3: #6d8d89;
--color-4: #b3d6d4;
--color-5: #f0f4f5;
}
Dove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e3e5, #a8b8b0, #6d8d89, #b3d6d4, #f0f4f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e3e5, #a8b8b0, #6d8d89, #b3d6d4, #f0f4f5);
}
Similar color palettes
Dove color palette created on .