Dolly's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dolly's Dreamscape palette

Share this palette to:

Dolly's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f8c9d8;
}
.color-2 {
color: #f9a4c0;
}
.color-3 {
color: #ff808e;
}
.color-4 {
color: #ff3d67;
}
.color-5 {
color: #ff1f4f;
}

/* CSS Variables */
:root {
--color-1: #f8c9d8;
--color-2: #f9a4c0;
--color-3: #ff808e;
--color-4: #ff3d67;
--color-5: #ff1f4f;
}

Dolly's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d8, #f9a4c0, #ff808e, #ff3d67, #ff1f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d8, #f9a4c0, #ff808e, #ff3d67, #ff1f4f);
}

Dolly's Dreamscape color palette created on .