Land of Violet Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Land of Violet Dreams palette
Land of Violet Dreams color palette CSS
/* CSS */
.color-1 {
color: #7b4c9e;
}
.color-2 {
color: #9b69bf;
}
.color-3 {
color: #d09fe5;
}
.color-4 {
color: #f2c5e7;
}
.color-5 {
color: #f7e0ff;
}
/* CSS Variables */
:root {
--color-1: #7b4c9e;
--color-2: #9b69bf;
--color-3: #d09fe5;
--color-4: #f2c5e7;
--color-5: #f7e0ff;
}
Land of Violet Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9e, #9b69bf, #d09fe5, #f2c5e7, #f7e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9e, #9b69bf, #d09fe5, #f2c5e7, #f7e0ff);
}
Similar color palettes
Land of Violet Dreams color palette created on .