Paleta de colores Tropical Jade Garden
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Jade Garden palette
CSS de la paleta de colores Tropical Jade Garden
/* CSS */
.color-1 {
color: #00bdad;
}
.color-2 {
color: #1dd7a0;
}
.color-3 {
color: #2ce2b8;
}
.color-4 {
color: #4be2c6;
}
.color-5 {
color: #81f3d3;
}
/* CSS Variables */
:root {
--color-1: #00bdad;
--color-2: #1dd7a0;
--color-3: #2ce2b8;
--color-4: #4be2c6;
--color-5: #81f3d3;
}
CSS del degradado de fondo Tropical Jade Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdad, #1dd7a0, #2ce2b8, #4be2c6, #81f3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdad, #1dd7a0, #2ce2b8, #4be2c6, #81f3d3);
}
Paletas de colores similares
Tropical Jade Garden color palette created on .