Vee Dandy's World Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vee Dandy's World palette
Vee Dandy's World color palette CSS
/* CSS */
.color-1 {
color: #d3b2e1;
}
.color-2 {
color: #e5c2e1;
}
.color-3 {
color: #f5b2d7;
}
.color-4 {
color: #f6a2b2;
}
.color-5 {
color: #f68888;
}
/* CSS Variables */
:root {
--color-1: #d3b2e1;
--color-2: #e5c2e1;
--color-3: #f5b2d7;
--color-4: #f6a2b2;
--color-5: #f68888;
}
Vee Dandy's World background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b2e1, #e5c2e1, #f5b2d7, #f6a2b2, #f68888);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b2e1, #e5c2e1, #f5b2d7, #f6a2b2, #f68888);
}
Similar color palettes
Vee Dandy's World color palette created on .