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