Dreamy Dusk Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Dusk Serenade palette
Dreamy Dusk Serenade color palette CSS
/* CSS */
.color-1 {
color: #5a6cd3;
}
.color-2 {
color: #9993d7;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f4c3be;
}
.color-5 {
color: #f6e8b1;
}
/* CSS Variables */
:root {
--color-1: #5a6cd3;
--color-2: #9993d7;
--color-3: #eab8d1;
--color-4: #f4c3be;
--color-5: #f6e8b1;
}
Dreamy Dusk Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a6cd3, #9993d7, #eab8d1, #f4c3be, #f6e8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a6cd3, #9993d7, #eab8d1, #f4c3be, #f6e8b1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dreamy Dusk Serenade color palette created on .