Dusky Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusky Dreamscape palette
Dusky Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #5b5f8b;
}
.color-2 {
color: #6a799a;
}
.color-3 {
color: #8c9cb5;
}
.color-4 {
color: #b6a2d2;
}
.color-5 {
color: #d7c4e4;
}
/* CSS Variables */
:root {
--color-1: #5b5f8b;
--color-2: #6a799a;
--color-3: #8c9cb5;
--color-4: #b6a2d2;
--color-5: #d7c4e4;
}
Dusky Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5f8b, #6a799a, #8c9cb5, #b6a2d2, #d7c4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5f8b, #6a799a, #8c9cb5, #b6a2d2, #d7c4e4);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Dusky Dreamscape color palette created on .