Paleta de colores Determined Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Determined Teal palette

Compartir esta paleta en:

Descargar la paleta de colores Determined Teal (PNG)

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

CSS de la paleta de colores Determined Teal

/* CSS */
.color-1 {
color: #3b809b;
}
.color-2 {
color: #5abf87;
}
.color-3 {
color: #90db70;
}
.color-4 {
color: #f8e0a0;
}
.color-5 {
color: #f67b23;
}

/* CSS Variables */
:root {
--color-1: #3b809b;
--color-2: #5abf87;
--color-3: #90db70;
--color-4: #f8e0a0;
--color-5: #f67b23;
}

CSS del degradado de fondo Determined Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b809b, #5abf87, #90db70, #f8e0a0, #f67b23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b809b, #5abf87, #90db70, #f8e0a0, #f67b23);
}

Determined Teal color palette created on .