Whirling Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whirling Dreams palette
Whirling Dreams color palette CSS
/* CSS */
.color-1 {
color: #1b1f3c;
}
.color-2 {
color: #3c5d72;
}
.color-3 {
color: #8fa3a0;
}
.color-4 {
color: #f4c1b8;
}
.color-5 {
color: #f9a358;
}
/* CSS Variables */
:root {
--color-1: #1b1f3c;
--color-2: #3c5d72;
--color-3: #8fa3a0;
--color-4: #f4c1b8;
--color-5: #f9a358;
}
Whirling Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3c, #3c5d72, #8fa3a0, #f4c1b8, #f9a358);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3c, #3c5d72, #8fa3a0, #f4c1b8, #f9a358);
}
Similar color palettes
Whirling Dreams color palette created on .