Celestial Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dreams palette
Celestial Dreams color palette PNG image
Celestial Dreams color palette CSS
/* CSS */
.color-1 {
color: #1e3b71;
}
.color-2 {
color: #1c5f8d;
}
.color-3 {
color: #3a8e9c;
}
.color-4 {
color: #5cd1c5;
}
.color-5 {
color: #9ce7e6;
}
/* CSS Variables */
:root {
--color-1: #1e3b71;
--color-2: #1c5f8d;
--color-3: #3a8e9c;
--color-4: #5cd1c5;
--color-5: #9ce7e6;
}
Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b71, #1c5f8d, #3a8e9c, #5cd1c5, #9ce7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b71, #1c5f8d, #3a8e9c, #5cd1c5, #9ce7e6);
}
Similar color palettes
Celestial Dreams color palette created on .