Dreamcore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamcore palette
Download Dreamcore Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.dreamy color palettes
Dreamcore color palette created on .