Whimsical Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Dreamscape palette

Share this palette to:

Whimsical Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #fcf8f9;
}
.color-2 {
color: #e9f0fb;
}
.color-3 {
color: #f3e5fa;
}
.color-4 {
color: #f8ded8;
}
.color-5 {
color: #cecaf2;
}

/* CSS Variables */
:root {
--color-1: #fcf8f9;
--color-2: #e9f0fb;
--color-3: #f3e5fa;
--color-4: #f8ded8;
--color-5: #cecaf2;
}

Whimsical Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf8f9, #e9f0fb, #f3e5fa, #f8ded8, #cecaf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf8f9, #e9f0fb, #f3e5fa, #f8ded8, #cecaf2);
}

Similar color palettes

Whimsical Dreamscape color palette created on .