Celestial Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dreams palette
Celestial Dreams color palette CSS
/* CSS */
.color-1 {
color: #4f7d92;
}
.color-2 {
color: #6fbeb9;
}
.color-3 {
color: #a7e2db;
}
.color-4 {
color: #f0e1a3;
}
.color-5 {
color: #f6b1c4;
}
/* CSS Variables */
:root {
--color-1: #4f7d92;
--color-2: #6fbeb9;
--color-3: #a7e2db;
--color-4: #f0e1a3;
--color-5: #f6b1c4;
}
Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d92, #6fbeb9, #a7e2db, #f0e1a3, #f6b1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d92, #6fbeb9, #a7e2db, #f0e1a3, #f6b1c4);
}
Similar color palettes
Scroll down to explore 30+ Aesthetic color palettes
Celestial Dreams color palette created on .