Turquoise Ocean Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Ocean palette

Condividi questa palette a:

tavolozza dei colori Turquoise Ocean CSS

/* CSS */
.color-1 {
color: #0095c7;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #1ee3e6;
}
.color-4 {
color: #4df5d0;
}
.color-5 {
color: #73f7d2;
}

/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #00b0e0;
--color-3: #1ee3e6;
--color-4: #4df5d0;
--color-5: #73f7d2;
}

CSS con gradiente di sfondo Turquoise Ocean

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #00b0e0, #1ee3e6, #4df5d0, #73f7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #00b0e0, #1ee3e6, #4df5d0, #73f7d2);
}

Turquoise Ocean color palette created on .