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: #f0e78e;
}
.color-2 {
color: #b9cbe9;
}
.color-3 {
color: #a2b6d8;
}
.color-4 {
color: #4a7eba;
}
.color-5 {
color: #2c4a68;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #b9cbe9;
--color-3: #a2b6d8;
--color-4: #4a7eba;
--color-5: #2c4a68;
}
Celestial Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #b9cbe9, #a2b6d8, #4a7eba, #2c4a68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #b9cbe9, #a2b6d8, #4a7eba, #2c4a68);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Celestial Dreamscape color palette created on .