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: #b3d1d5;
}
.color-2 {
color: #c0e8dc;
}
.color-3 {
color: #dcf4e6;
}
.color-4 {
color: #fcfad9;
}
.color-5 {
color: #fdb4bf;
}

/* CSS Variables */
:root {
--color-1: #b3d1d5;
--color-2: #c0e8dc;
--color-3: #dcf4e6;
--color-4: #fcfad9;
--color-5: #fdb4bf;
}

CSS con gradiente di sfondo Galactic Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d1d5, #c0e8dc, #dcf4e6, #fcfad9, #fdb4bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d1d5, #c0e8dc, #dcf4e6, #fcfad9, #fdb4bf);
}

Galactic Oasis color palette created on .