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: #d93320;
}
.color-2 {
color: #d99920;
}
.color-3 {
color: #3ebb6a;
}
.color-4 {
color: #5a024a;
}
.color-5 {
color: #cc2c00;
}
/* CSS Variables */
:root {
--color-1: #d93320;
--color-2: #d99920;
--color-3: #3ebb6a;
--color-4: #5a024a;
--color-5: #cc2c00;
}
CSS del degradado de fondo Vibrant Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93320, #d99920, #3ebb6a, #5a024a, #cc2c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93320, #d99920, #3ebb6a, #5a024a, #cc2c00);
}
Paletas de colores similares
Vibrant Coral color palette created on .