Starlit Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Starlit Oasis palette

Condividi questa palette a:

tavolozza dei colori Starlit Oasis CSS

/* CSS */
.color-1 {
color: #1c1e3b;
}
.color-2 {
color: #303a55;
}
.color-3 {
color: #4f5e78;
}
.color-4 {
color: #939fbe;
}
.color-5 {
color: #e6c256;
}

/* CSS Variables */
:root {
--color-1: #1c1e3b;
--color-2: #303a55;
--color-3: #4f5e78;
--color-4: #939fbe;
--color-5: #e6c256;
}

CSS con gradiente di sfondo Starlit Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3b, #303a55, #4f5e78, #939fbe, #e6c256);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3b, #303a55, #4f5e78, #939fbe, #e6c256);
}

Starlit Oasis color palette created on .