Paleta de colores Soft Pink and Teal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pink and Teal palette
CSS de la paleta de colores Soft Pink and Teal
/* CSS */
.color-1 {
color: #f1a9a7;
}
.color-2 {
color: #f4c7b3;
}
.color-3 {
color: #f6e3d5;
}
.color-4 {
color: #c5e2e1;
}
.color-5 {
color: #a2d8d2;
}
/* CSS Variables */
:root {
--color-1: #f1a9a7;
--color-2: #f4c7b3;
--color-3: #f6e3d5;
--color-4: #c5e2e1;
--color-5: #a2d8d2;
}
CSS del degradado de fondo Soft Pink and Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a9a7, #f4c7b3, #f6e3d5, #c5e2e1, #a2d8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a9a7, #f4c7b3, #f6e3d5, #c5e2e1, #a2d8d2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 60 paletas de colores Suave
Soft Pink and Teal color palette created on .