Dreamscape Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamscape Harmony palette

Share this palette to:

Dreamscape Harmony color palette CSS

/* CSS */
.color-1 {
color: #d2cddf;
}
.color-2 {
color: #dfdcea;
}
.color-3 {
color: #b4d6e9;
}
.color-4 {
color: #8bc7e9;
}
.color-5 {
color: #94b8eb;
}

/* CSS Variables */
:root {
--color-1: #d2cddf;
--color-2: #dfdcea;
--color-3: #b4d6e9;
--color-4: #8bc7e9;
--color-5: #94b8eb;
}

Dreamscape Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2cddf, #dfdcea, #b4d6e9, #8bc7e9, #94b8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2cddf, #dfdcea, #b4d6e9, #8bc7e9, #94b8eb);
}

Dreamscape Harmony color palette created on .