Whimsical Sunset Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Sunset Dreams palette

Share this palette to:

Whimsical Sunset Dreams color palette CSS

/* CSS */
.color-1 {
color: #fcfcfd;
}
.color-2 {
color: #cabec7;
}
.color-3 {
color: #f9bf10;
}
.color-4 {
color: #987f71;
}
.color-5 {
color: #a809dc;
}

/* CSS Variables */
:root {
--color-1: #fcfcfd;
--color-2: #cabec7;
--color-3: #f9bf10;
--color-4: #987f71;
--color-5: #a809dc;
}

Whimsical Sunset Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfd, #cabec7, #f9bf10, #987f71, #a809dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfd, #cabec7, #f9bf10, #987f71, #a809dc);
}

Whimsical Sunset Dreams color palette created on .