Starlit Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starlit Dreams palette
Download Starlit Dreams Color Palette (PNG)
Starlit Dreams color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8370ff;
}
.color-3 {
color: #b3c6ff;
}
.color-4 {
color: #e1bdff;
}
.color-5 {
color: #ffb3e4;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8370ff;
--color-3: #b3c6ff;
--color-4: #e1bdff;
--color-5: #ffb3e4;
}
Starlit Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8370ff, #b3c6ff, #e1bdff, #ffb3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8370ff, #b3c6ff, #e1bdff, #ffb3e4);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Starlit Dreams color palette created on .