Dove Paw Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dove Paw palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dove Paw Color Palette (PNG)
Dove Paw color palette CSS
/* CSS */
.color-1 {
color: #d5d3df;
}
.color-2 {
color: #b4b2c7;
}
.color-3 {
color: #8d7e9a;
}
.color-4 {
color: #4e4a73;
}
.color-5 {
color: #2f2d4e;
}
/* CSS Variables */
:root {
--color-1: #d5d3df;
--color-2: #b4b2c7;
--color-3: #8d7e9a;
--color-4: #4e4a73;
--color-5: #2f2d4e;
}
Dove Paw background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d3df, #b4b2c7, #8d7e9a, #4e4a73, #2f2d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d3df, #b4b2c7, #8d7e9a, #4e4a73, #2f2d4e);
}
Similar color palettes
Dove Paw color palette created on .