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: #ff884d;
}
.color-2 {
color: #ffc642;
}
.color-3 {
color: #5cffe4;
}
.color-4 {
color: #adb7ff;
}
.color-5 {
color: #e642ff;
}
/* CSS Variables */
:root {
--color-1: #ff884d;
--color-2: #ffc642;
--color-3: #5cffe4;
--color-4: #adb7ff;
--color-5: #e642ff;
}
CSS del degradado de fondo Vibrant Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff884d, #ffc642, #5cffe4, #adb7ff, #e642ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff884d, #ffc642, #5cffe4, #adb7ff, #e642ff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Naranja
Vibrant Coral color palette created on .