Ms World Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ms World palette
Ms World color palette PNG image
Ms World color palette CSS
/* CSS */
.color-1 {
color: #d0bdcf;
}
.color-2 {
color: #b597b5;
}
.color-3 {
color: #967996;
}
.color-4 {
color: #785e75;
}
.color-5 {
color: #604b63;
}
/* CSS Variables */
:root {
--color-1: #d0bdcf;
--color-2: #b597b5;
--color-3: #967996;
--color-4: #785e75;
--color-5: #604b63;
}
Ms World background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0bdcf, #b597b5, #967996, #785e75, #604b63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0bdcf, #b597b5, #967996, #785e75, #604b63);
}
Similar color palettes
Scroll down to explore 1000+ Lavender color palettes
Ms World color palette created on .