Cool Teal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cool Teal palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Cool Teal

Download cool teal color palette PNG image (landscape)
Download cool teal color palette PNG image (square)

tavolozza dei colori Cool Teal CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #5b8e9f;
}
.color-3 {
color: #3b4d54;
}
.color-4 {
color: #2a393c;
}
.color-5 {
color: #1c2426;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #5b8e9f;
--color-3: #3b4d54;
--color-4: #2a393c;
--color-5: #1c2426;
}

CSS con gradiente di sfondo Cool Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #5b8e9f, #3b4d54, #2a393c, #1c2426);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #5b8e9f, #3b4d54, #2a393c, #1c2426);
}

Cool Teal color palette created on .