Paleta de colores Vibrant Coral
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Coral palette
CSS de la paleta de colores Vibrant Coral
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #99ccff;
}
.color-4 {
color: #3cb472;
}
.color-5 {
color: #ff1492;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc00;
--color-3: #99ccff;
--color-4: #3cb472;
--color-5: #ff1492;
}
CSS del degradado de fondo Vibrant Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc00, #99ccff, #3cb472, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc00, #99ccff, #3cb472, #ff1492);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Vibrant Coral color palette created on .