Dusky Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusky Dreams palette
Dusky Dreams color palette CSS
/* CSS */
.color-1 {
color: #5c4f8c;
}
.color-2 {
color: #896abe;
}
.color-3 {
color: #a88bda;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f6a7c1;
}
/* CSS Variables */
:root {
--color-1: #5c4f8c;
--color-2: #896abe;
--color-3: #a88bda;
--color-4: #eab8e4;
--color-5: #f6a7c1;
}
Dusky Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4f8c, #896abe, #a88bda, #eab8e4, #f6a7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4f8c, #896abe, #a88bda, #eab8e4, #f6a7c1);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Dusky Dreams color palette created on .