Teal Ocean Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Ocean palette

Condividi questa palette a:

tavolozza dei colori Teal Ocean CSS

/* CSS */
.color-1 {
color: #0c2f40;
}
.color-2 {
color: #1e4a62;
}
.color-3 {
color: #4b8ca0;
}
.color-4 {
color: #83bfc9;
}
.color-5 {
color: #def7ef;
}

/* CSS Variables */
:root {
--color-1: #0c2f40;
--color-2: #1e4a62;
--color-3: #4b8ca0;
--color-4: #83bfc9;
--color-5: #def7ef;
}

CSS con gradiente di sfondo Teal Ocean

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c2f40, #1e4a62, #4b8ca0, #83bfc9, #def7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c2f40, #1e4a62, #4b8ca0, #83bfc9, #def7ef);
}

Teal Ocean color palette created on .