Whimsical Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Dreams palette

Share this palette to:

Whimsical Dreams color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f3c2b4;
}
.color-3 {
color: #f4e5a4;
}
.color-4 {
color: #a4d6b3;
}
.color-5 {
color: #a3d6e0;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f3c2b4;
--color-3: #f4e5a4;
--color-4: #a4d6b3;
--color-5: #a3d6e0;
}

Whimsical Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f3c2b4, #f4e5a4, #a4d6b3, #a3d6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f3c2b4, #f4e5a4, #a4d6b3, #a3d6e0);
}

Whimsical Dreams color palette created on .