Paleta de colores Turquoise Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Turquoise Breeze palette
CSS de la paleta de colores Turquoise Breeze
/* CSS */
.color-1 {
color: #81cfc5;
}
.color-2 {
color: #a1e3d5;
}
.color-3 {
color: #d3f8e1;
}
.color-4 {
color: #ffedb8;
}
.color-5 {
color: #f3a78c;
}
/* CSS Variables */
:root {
--color-1: #81cfc5;
--color-2: #a1e3d5;
--color-3: #d3f8e1;
--color-4: #ffedb8;
--color-5: #f3a78c;
}
CSS del degradado de fondo Turquoise Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81cfc5, #a1e3d5, #d3f8e1, #ffedb8, #f3a78c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81cfc5, #a1e3d5, #d3f8e1, #ffedb8, #f3a78c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Turquoise Breeze color palette created on .