Dove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dove palette

Share this palette to:

Dove color palette PNG image

Download dove color palette PNG image (landscape)
Download dove color palette PNG image (square)

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);
}

Dove color palette created on .