Celestial Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dreamscape palette
Celestial Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #bca1f7;
}
.color-2 {
color: #2ccdf2;
}
.color-3 {
color: #5c76bc;
}
.color-4 {
color: #f51cfd;
}
.color-5 {
color: #c60af0;
}
/* CSS Variables */
:root {
--color-1: #bca1f7;
--color-2: #2ccdf2;
--color-3: #5c76bc;
--color-4: #f51cfd;
--color-5: #c60af0;
}
Celestial Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bca1f7, #2ccdf2, #5c76bc, #f51cfd, #c60af0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bca1f7, #2ccdf2, #5c76bc, #f51cfd, #c60af0);
}
Similar color palettes
Celestial Dreamscape color palette created on .