Paleta de colores Starlit Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starlit Oasis palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Starlit Oasis

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

CSS de la paleta de colores Starlit Oasis

/* 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;
}

CSS del degradado de fondo Starlit Oasis

/* 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 .