Loading...
Purple Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Dreamscape palette
Download Purple Dreamscape Color Palette (PNG)
Purple Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #9c78bf;
}
.color-2 {
color: #b697d3;
}
.color-3 {
color: #d3afde;
}
.color-4 {
color: #ecc6e5;
}
.color-5 {
color: #f4d7e2;
}
/* CSS Variables */
:root {
--color-1: #9c78bf;
--color-2: #b697d3;
--color-3: #d3afde;
--color-4: #ecc6e5;
--color-5: #f4d7e2;
}
Purple Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c78bf, #b697d3, #d3afde, #ecc6e5, #f4d7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c78bf, #b697d3, #d3afde, #ecc6e5, #f4d7e2);
}
Similar color palettes
Purple Dreamscape color palette created on .