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