Dreamy Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Dusk palette
Dreamy Dusk color palette CSS
/* CSS */
.color-1 {
color: #b6c8c8;
}
.color-2 {
color: #a2b4a4;
}
.color-3 {
color: #f2d4b5;
}
.color-4 {
color: #e0b59e;
}
.color-5 {
color: #d18f90;
}
/* CSS Variables */
:root {
--color-1: #b6c8c8;
--color-2: #a2b4a4;
--color-3: #f2d4b5;
--color-4: #e0b59e;
--color-5: #d18f90;
}
Dreamy Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c8, #a2b4a4, #f2d4b5, #e0b59e, #d18f90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c8, #a2b4a4, #f2d4b5, #e0b59e, #d18f90);
}
Similar color palettes
Dreamy Dusk color palette created on .