Paleta de colores Vivid Coral
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vivid Coral palette
CSS de la paleta de colores Vivid Coral
/* CSS */
.color-1 {
color: #ff4d4f;
}
.color-2 {
color: #fc923b;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #a7e7de;
}
.color-5 {
color: #38e5d7;
}
/* CSS Variables */
:root {
--color-1: #ff4d4f;
--color-2: #fc923b;
--color-3: #f9d66c;
--color-4: #a7e7de;
--color-5: #38e5d7;
}
CSS del degradado de fondo Vivid Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4f, #fc923b, #f9d66c, #a7e7de, #38e5d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4f, #fc923b, #f9d66c, #a7e7de, #38e5d7);
}
Paletas de colores similares
Vivid Coral color palette created on .