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