Galactic Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Galactic Oasis palette

Condividi questa palette a:

tavolozza dei colori Galactic Oasis CSS

/* CSS */
.color-1 {
color: #8aff93;
}
.color-2 {
color: #5cffb0;
}
.color-3 {
color: #40edd6;
}
.color-4 {
color: #41b2d8;
}
.color-5 {
color: #2e7fd6;
}

/* CSS Variables */
:root {
--color-1: #8aff93;
--color-2: #5cffb0;
--color-3: #40edd6;
--color-4: #41b2d8;
--color-5: #2e7fd6;
}

CSS con gradiente di sfondo Galactic Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8aff93, #5cffb0, #40edd6, #41b2d8, #2e7fd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8aff93, #5cffb0, #40edd6, #41b2d8, #2e7fd6);
}

Galactic Oasis color palette created on .