Paleta de colores Pink and Teal Fizz
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink and Teal Fizz palette
CSS de la paleta de colores Pink and Teal Fizz
/* CSS */
.color-1 {
color: #f7a1a3;
}
.color-2 {
color: #f8d86d;
}
.color-3 {
color: #93e1d7;
}
.color-4 {
color: #3e8e86;
}
.color-5 {
color: #1f5150;
}
/* CSS Variables */
:root {
--color-1: #f7a1a3;
--color-2: #f8d86d;
--color-3: #93e1d7;
--color-4: #3e8e86;
--color-5: #1f5150;
}
CSS del degradado de fondo Pink and Teal Fizz
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a3, #f8d86d, #93e1d7, #3e8e86, #1f5150);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a3, #f8d86d, #93e1d7, #3e8e86, #1f5150);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Pink and Teal Fizz color palette created on .