Dust Klotho Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dust Klotho palette
Dust Klotho color palette CSS
/* CSS */
.color-1 {
color: #d4c1e1;
}
.color-2 {
color: #a87dba;
}
.color-3 {
color: #e1a8d5;
}
.color-4 {
color: #f1c0a2;
}
.color-5 {
color: #f5e2a3;
}
/* CSS Variables */
:root {
--color-1: #d4c1e1;
--color-2: #a87dba;
--color-3: #e1a8d5;
--color-4: #f1c0a2;
--color-5: #f5e2a3;
}
Dust Klotho background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c1e1, #a87dba, #e1a8d5, #f1c0a2, #f5e2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c1e1, #a87dba, #e1a8d5, #f1c0a2, #f5e2a3);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Dust Klotho color palette created on .