Dreamscape Whirlwind Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamscape Whirlwind palette
Dreamscape Whirlwind color palette CSS
/* CSS */
.color-1 {
color: #7d4c9a;
}
.color-2 {
color: #b47ec9;
}
.color-3 {
color: #f1b1e4;
}
.color-4 {
color: #f9a64e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #7d4c9a;
--color-2: #b47ec9;
--color-3: #f1b1e4;
--color-4: #f9a64e;
--color-5: #ff6e61;
}
Dreamscape Whirlwind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4c9a, #b47ec9, #f1b1e4, #f9a64e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4c9a, #b47ec9, #f1b1e4, #f9a64e, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dreamscape Whirlwind color palette created on .