Starry Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starry Oasis palette

Share this palette to:

Starry Oasis color palette PNG image

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

Starry Oasis color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #7e9ca0;
}
.color-4 {
color: #b2d7d1;
}
.color-5 {
color: #f2f2b0;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4b4b6c;
--color-3: #7e9ca0;
--color-4: #b2d7d1;
--color-5: #f2f2b0;
}

Starry Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4b4b6c, #7e9ca0, #b2d7d1, #f2f2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4b4b6c, #7e9ca0, #b2d7d1, #f2f2b0);
}

Starry Oasis color palette created on .