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: #f0a800;
}
.color-2 {
color: #ff8080;
}
.color-3 {
color: #7a9cff;
}
.color-4 {
color: #f2c7ff;
}
.color-5 {
color: #ff99ff;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff8080;
--color-3: #7a9cff;
--color-4: #f2c7ff;
--color-5: #ff99ff;
}
Celestial Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff8080, #7a9cff, #f2c7ff, #ff99ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff8080, #7a9cff, #f2c7ff, #ff99ff);
}
Similar color palettes
Celestial Dreamscape color palette created on .