Starlit Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starlit Oasis palette

Share this palette to:

Starlit Oasis color palette PNG image

Download starlit oasis color palette PNG image (landscape)
Download starlit oasis color palette PNG image (square)

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);
}

Starlit Oasis color palette created on .