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: #eaf3f6;
}
.color-2 {
color: #b3e0e6;
}
.color-3 {
color: #7ac1c7;
}
.color-4 {
color: #1c9dab;
}
.color-5 {
color: #007a7a;
}

/* CSS Variables */
:root {
--color-1: #eaf3f6;
--color-2: #b3e0e6;
--color-3: #7ac1c7;
--color-4: #1c9dab;
--color-5: #007a7a;
}

CSS con gradiente di sfondo Teal Ocean

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaf3f6, #b3e0e6, #7ac1c7, #1c9dab, #007a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaf3f6, #b3e0e6, #7ac1c7, #1c9dab, #007a7a);
}

Teal Ocean color palette created on .