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: #c7e2ff;
}
.color-2 {
color: #a3c8ff;
}
.color-3 {
color: #8ab5ff;
}
.color-4 {
color: #70a2ff;
}
.color-5 {
color: #4d8eff;
}
/* CSS Variables */
:root {
--color-1: #c7e2ff;
--color-2: #a3c8ff;
--color-3: #8ab5ff;
--color-4: #70a2ff;
--color-5: #4d8eff;
}
Dreamcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e2ff, #a3c8ff, #8ab5ff, #70a2ff, #4d8eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e2ff, #a3c8ff, #8ab5ff, #70a2ff, #4d8eff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dreamcore color palette created on .