Paleta de colores Tropical Teal Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Teal Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Teal Dream

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #00b89f;
}
.color-3 {
color: #00d1a4;
}
.color-4 {
color: #00e6b8;
}
.color-5 {
color: #00ffcc;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00b89f;
--color-3: #00d1a4;
--color-4: #00e6b8;
--color-5: #00ffcc;
}

CSS del degradado de fondo Tropical Teal Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00b89f, #00d1a4, #00e6b8, #00ffcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00b89f, #00d1a4, #00e6b8, #00ffcc);
}

Tropical Teal Dream color palette created on .