Paleta de colores Vibrant Pink and Teal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Pink and Teal palette
CSS de la paleta de colores Vibrant Pink and Teal
/* CSS */
.color-1 {
color: #d053a6;
}
.color-2 {
color: #4d6da8;
}
.color-3 {
color: #2ebd8b;
}
.color-4 {
color: #f5b342;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #d053a6;
--color-2: #4d6da8;
--color-3: #2ebd8b;
--color-4: #f5b342;
--color-5: #e94e77;
}
CSS del degradado de fondo Vibrant Pink and Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d053a6, #4d6da8, #2ebd8b, #f5b342, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d053a6, #4d6da8, #2ebd8b, #f5b342, #e94e77);
}
Paletas de colores similares
Vibrant Pink and Teal color palette created on .