Paleta de colores Tropical Teal Oasis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Teal Oasis palette
CSS de la paleta de colores Tropical Teal Oasis
/* CSS */
.color-1 {
color: #3ddb8c;
}
.color-2 {
color: #2abbaf;
}
.color-3 {
color: #1e9999;
}
.color-4 {
color: #1a7f7c;
}
.color-5 {
color: #0b5b5b;
}
/* CSS Variables */
:root {
--color-1: #3ddb8c;
--color-2: #2abbaf;
--color-3: #1e9999;
--color-4: #1a7f7c;
--color-5: #0b5b5b;
}
CSS del degradado de fondo Tropical Teal Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ddb8c, #2abbaf, #1e9999, #1a7f7c, #0b5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ddb8c, #2abbaf, #1e9999, #1a7f7c, #0b5b5b);
}
Paletas de colores similares
Tropical Teal Oasis color palette created on .