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: #8aff93;
}
.color-2 {
color: #5cffb0;
}
.color-3 {
color: #40edd6;
}
.color-4 {
color: #41b2d8;
}
.color-5 {
color: #2e7fd6;
}
/* CSS Variables */
:root {
--color-1: #8aff93;
--color-2: #5cffb0;
--color-3: #40edd6;
--color-4: #41b2d8;
--color-5: #2e7fd6;
}
Galactic Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8aff93, #5cffb0, #40edd6, #41b2d8, #2e7fd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8aff93, #5cffb0, #40edd6, #41b2d8, #2e7fd6);
}
Similar color palettes
Galactic Oasis color palette created on .