Ella's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ella's Dreamscape palette

Share this palette to:

Ella's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #f1efda;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #7c9c92;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f5c99e;
--color-3: #f1efda;
--color-4: #a8d3e1;
--color-5: #7c9c92;
}

Ella's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f5c99e, #f1efda, #a8d3e1, #7c9c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f5c99e, #f1efda, #a8d3e1, #7c9c92);
}

Ella's Dreamscape color palette created on .