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: #4d6ef5;
}
.color-2 {
color: #708ff5;
}
.color-3 {
color: #8eb9f5;
}
.color-4 {
color: #9ee1f5;
}
.color-5 {
color: #c7f5e9;
}
/* CSS Variables */
:root {
--color-1: #4d6ef5;
--color-2: #708ff5;
--color-3: #8eb9f5;
--color-4: #9ee1f5;
--color-5: #c7f5e9;
}
Celestial Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6ef5, #708ff5, #8eb9f5, #9ee1f5, #c7f5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6ef5, #708ff5, #8eb9f5, #9ee1f5, #c7f5e9);
}
Similar color palettes
Celestial Dreamscape color palette created on .