Celestial Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

Share this palette to:

Celestial Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #1e3b8a;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #7db9e3;
}
.color-4 {
color: #a5d1e9;
}
.color-5 {
color: #f6e8b1;
}

/* CSS Variables */
:root {
--color-1: #1e3b8a;
--color-2: #4a7cba;
--color-3: #7db9e3;
--color-4: #a5d1e9;
--color-5: #f6e8b1;
}

Celestial Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b8a, #4a7cba, #7db9e3, #a5d1e9, #f6e8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b8a, #4a7cba, #7db9e3, #a5d1e9, #f6e8b1);
}

Celestial Dreamscape color palette created on .