Dovewing Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dovewing palette
Dovewing color palette PNG image
Dovewing color palette CSS
/* CSS */
.color-1 {
color: #b8b8d6;
}
.color-2 {
color: #a3a7c7;
}
.color-3 {
color: #899dc2;
}
.color-4 {
color: #7b7d9d;
}
.color-5 {
color: #5f6a91;
}
/* CSS Variables */
:root {
--color-1: #b8b8d6;
--color-2: #a3a7c7;
--color-3: #899dc2;
--color-4: #7b7d9d;
--color-5: #5f6a91;
}
Dovewing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8b8d6, #a3a7c7, #899dc2, #7b7d9d, #5f6a91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8b8d6, #a3a7c7, #899dc2, #7b7d9d, #5f6a91);
}
Similar color palettes
Dovewing color palette created on .