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