Paleta de colores Vivid Red and Cyan
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vivid Red and Cyan palette
CSS de la paleta de colores Vivid Red and Cyan
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #00ff80;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff1492;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #00bfff;
--color-3: #00ff80;
--color-4: #ffd900;
--color-5: #ff1492;
}
CSS del degradado de fondo Vivid Red and Cyan
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #00bfff, #00ff80, #ffd900, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #00bfff, #00ff80, #ffd900, #ff1492);
}
Paletas de colores similares
Vivid Red and Cyan color palette created on .