Dreamcore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamcore palette

Share this palette to:

Download Dreamcore Color Palette (PNG)

Download dreamcore color palette PNG image (landscape)
Download dreamcore color palette PNG image (square)

Dreamcore color palette CSS

/* CSS */
.color-1 {
color: #d9c2e0;
}
.color-2 {
color: #b1a4d6;
}
.color-3 {
color: #8b9ec6;
}
.color-4 {
color: #5fa4b4;
}
.color-5 {
color: #28b8aa;
}

/* CSS Variables */
:root {
--color-1: #d9c2e0;
--color-2: #b1a4d6;
--color-3: #8b9ec6;
--color-4: #5fa4b4;
--color-5: #28b8aa;
}

Dreamcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c2e0, #b1a4d6, #8b9ec6, #5fa4b4, #28b8aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c2e0, #b1a4d6, #8b9ec6, #5fa4b4, #28b8aa);
}

Dreamcore color palette created on .