Paleta de colores Teal Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Breeze palette
CSS de la paleta de colores Teal Breeze
/* CSS */
.color-1 {
color: #00998c;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #1edccf;
}
.color-4 {
color: #b4f4de;
}
.color-5 {
color: #e5ffeb;
}
/* CSS Variables */
:root {
--color-1: #00998c;
--color-2: #00bdad;
--color-3: #1edccf;
--color-4: #b4f4de;
--color-5: #e5ffeb;
}
CSS del degradado de fondo Teal Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00998c, #00bdad, #1edccf, #b4f4de, #e5ffeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00998c, #00bdad, #1edccf, #b4f4de, #e5ffeb);
}
Paletas de colores similares
Teal Breeze color palette created on .