Paleta de colores Vibrant Coral
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Coral palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Vibrant Coral (PNG)
CSS de la paleta de colores Vibrant Coral
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #1fb2aa;
}
.color-5 {
color: #ff4400;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffd900;
--color-4: #1fb2aa;
--color-5: #ff4400;
}
CSS del degradado de fondo Vibrant Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffd900, #1fb2aa, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffd900, #1fb2aa, #ff4400);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Vibrant Coral color palette created on .