Whispering Dreamscapes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Dreamscapes palette
Whispering Dreamscapes color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafafa;
}
.color-3 {
color: #f5f5f5;
}
.color-4 {
color: #ededed;
}
.color-5 {
color: #c1f8fb;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafafa;
--color-3: #f5f5f5;
--color-4: #ededed;
--color-5: #c1f8fb;
}
Whispering Dreamscapes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafafa, #f5f5f5, #ededed, #c1f8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafafa, #f5f5f5, #ededed, #c1f8fb);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Whispering Dreamscapes color palette created on .