Starlit Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starlit Oasis palette
Starlit Oasis color palette PNG image
Starlit Oasis color palette CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #404e4f;
}
.color-3 {
color: #6b9e7f;
}
.color-4 {
color: #f1a65b;
}
.color-5 {
color: #f79e4a;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #404e4f;
--color-3: #6b9e7f;
--color-4: #f1a65b;
--color-5: #f79e4a;
}
Starlit Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #404e4f, #6b9e7f, #f1a65b, #f79e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #404e4f, #6b9e7f, #f1a65b, #f79e4a);
}
Similar color palettes
Starlit Oasis color palette created on .