Galactic Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Oasis palette
Galactic Oasis color palette CSS
/* CSS */
.color-1 {
color: #8eebd2;
}
.color-2 {
color: #4dc7ac;
}
.color-3 {
color: #2a8d6c;
}
.color-4 {
color: #1b695c;
}
.color-5 {
color: #0f4d3d;
}
/* CSS Variables */
:root {
--color-1: #8eebd2;
--color-2: #4dc7ac;
--color-3: #2a8d6c;
--color-4: #1b695c;
--color-5: #0f4d3d;
}
Galactic Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8eebd2, #4dc7ac, #2a8d6c, #1b695c, #0f4d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8eebd2, #4dc7ac, #2a8d6c, #1b695c, #0f4d3d);
}
Similar color palettes
Galactic Oasis color palette created on .