Lola's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lola's Dreamscape palette

Share this palette to:

Lola's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f6a2b3;
}
.color-2 {
color: #f7c2a1;
}
.color-3 {
color: #f8e7aa;
}
.color-4 {
color: #a3d7b1;
}
.color-5 {
color: #5cc5d1;
}

/* CSS Variables */
:root {
--color-1: #f6a2b3;
--color-2: #f7c2a1;
--color-3: #f8e7aa;
--color-4: #a3d7b1;
--color-5: #5cc5d1;
}

Lola's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b3, #f7c2a1, #f8e7aa, #a3d7b1, #5cc5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b3, #f7c2a1, #f8e7aa, #a3d7b1, #5cc5d1);
}

Lola's Dreamscape color palette created on .