Celestial Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Oasis palette
Celestial Oasis color palette CSS
/* CSS */
.color-1 {
color: #4d9d8d;
}
.color-2 {
color: #5dc6b4;
}
.color-3 {
color: #78f2d5;
}
.color-4 {
color: #f3e13f;
}
.color-5 {
color: #f28d3a;
}
/* CSS Variables */
:root {
--color-1: #4d9d8d;
--color-2: #5dc6b4;
--color-3: #78f2d5;
--color-4: #f3e13f;
--color-5: #f28d3a;
}
Celestial Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d8d, #5dc6b4, #78f2d5, #f3e13f, #f28d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d8d, #5dc6b4, #78f2d5, #f3e13f, #f28d3a);
}
Similar color palettes
Celestial Oasis color palette created on .