Paleta de colores Cool Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cool Teal palette

Compartir esta paleta en:

Descargar la paleta de colores Cool Teal (PNG)

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

CSS de la paleta de colores Cool Teal

/* 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 del degradado de fondo 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 .