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: #2bb3e9;
}
.color-2 {
color: #50c3b6;
}
.color-3 {
color: #63b6a5;
}
.color-4 {
color: #a9d1b2;
}
.color-5 {
color: #f6e9c6;
}

/* CSS Variables */
:root {
--color-1: #2bb3e9;
--color-2: #50c3b6;
--color-3: #63b6a5;
--color-4: #a9d1b2;
--color-5: #f6e9c6;
}

Celestial Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2bb3e9, #50c3b6, #63b6a5, #a9d1b2, #f6e9c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2bb3e9, #50c3b6, #63b6a5, #a9d1b2, #f6e9c6);
}

Celestial Oasis color palette created on .