Paleta de colores Starry Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starry Oasis palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Starry Oasis

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

CSS de la paleta de colores Starry Oasis

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

CSS del degradado de fondo Starry Oasis

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