Celestial Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Oasis palette

Share this palette to:

Celestial Oasis color palette CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #6ab5d7;
}
.color-3 {
color: #a4e5d9;
}
.color-4 {
color: #e6f7a1;
}
.color-5 {
color: #f9d86c;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #6ab5d7;
--color-3: #a4e5d9;
--color-4: #e6f7a1;
--color-5: #f9d86c;
}

Celestial Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #6ab5d7, #a4e5d9, #e6f7a1, #f9d86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #6ab5d7, #a4e5d9, #e6f7a1, #f9d86c);
}

Celestial Oasis color palette created on .