Cyber Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cyber Oasis palette

Condividi questa palette a:

tavolozza dei colori Cyber Oasis CSS

/* CSS */
.color-1 {
color: #0c3b5a;
}
.color-2 {
color: #2a7e7d;
}
.color-3 {
color: #4eb7a3;
}
.color-4 {
color: #9de1d8;
}
.color-5 {
color: #f9f4e1;
}

/* CSS Variables */
:root {
--color-1: #0c3b5a;
--color-2: #2a7e7d;
--color-3: #4eb7a3;
--color-4: #9de1d8;
--color-5: #f9f4e1;
}

CSS con gradiente di sfondo Cyber Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c3b5a, #2a7e7d, #4eb7a3, #9de1d8, #f9f4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c3b5a, #2a7e7d, #4eb7a3, #9de1d8, #f9f4e1);
}

Cyber Oasis color palette created on .