Aqua Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aqua Oasis palette

Condividi questa palette a:

tavolozza dei colori Aqua Oasis CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #1ce9e5;
}
.color-3 {
color: #00abc2;
}
.color-4 {
color: #007a6c;
}
.color-5 {
color: #004d40;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #1ce9e5;
--color-3: #00abc2;
--color-4: #007a6c;
--color-5: #004d40;
}

CSS con gradiente di sfondo Aqua Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #1ce9e5, #00abc2, #007a6c, #004d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #1ce9e5, #00abc2, #007a6c, #004d40);
}

Aqua Oasis color palette created on .