Paleta de colores Galactic Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Galactic Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Galactic Oasis

/* CSS */
.color-1 {
color: #8eebd2;
}
.color-2 {
color: #4dc7ac;
}
.color-3 {
color: #2a8d6c;
}
.color-4 {
color: #1b695c;
}
.color-5 {
color: #0f4d3d;
}

/* CSS Variables */
:root {
--color-1: #8eebd2;
--color-2: #4dc7ac;
--color-3: #2a8d6c;
--color-4: #1b695c;
--color-5: #0f4d3d;
}

CSS del degradado de fondo Galactic Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8eebd2, #4dc7ac, #2a8d6c, #1b695c, #0f4d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8eebd2, #4dc7ac, #2a8d6c, #1b695c, #0f4d3d);
}

Galactic Oasis color palette created on .