Whimsical Furby Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Furby Dreams palette

Share this palette to:

Whimsical Furby Dreams color palette CSS

/* CSS */
.color-1 {
color: #f7a8a1;
}
.color-2 {
color: #f5e3b2;
}
.color-3 {
color: #b6e2d3;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #f7c5d5;
}

/* CSS Variables */
:root {
--color-1: #f7a8a1;
--color-2: #f5e3b2;
--color-3: #b6e2d3;
--color-4: #a2c7e7;
--color-5: #f7c5d5;
}

Whimsical Furby Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a8a1, #f5e3b2, #b6e2d3, #a2c7e7, #f7c5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a8a1, #f5e3b2, #b6e2d3, #a2c7e7, #f7c5d5);
}

Whimsical Furby Dreams color palette created on .