Sophie’s Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sophie’s Dreamscape palette

Share this palette to:

Sophie’s Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #e2b1d1;
}
.color-4 {
color: #c5e3ec;
}
.color-5 {
color: #87c2d4;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f4e1a4;
--color-3: #e2b1d1;
--color-4: #c5e3ec;
--color-5: #87c2d4;
}

Sophie’s Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f4e1a4, #e2b1d1, #c5e3ec, #87c2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f4e1a4, #e2b1d1, #c5e3ec, #87c2d4);
}

Sophie’s Dreamscape color palette created on .