Paleta de colores Vibrant Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Red palette
CSS de la paleta de colores Vibrant Red
/* CSS */
.color-1 {
color: #db9d8f;
}
.color-2 {
color: #a1a0a7;
}
.color-3 {
color: #b8bc8a;
}
.color-4 {
color: #d6c98a;
}
.color-5 {
color: #cb868d;
}
/* CSS Variables */
:root {
--color-1: #db9d8f;
--color-2: #a1a0a7;
--color-3: #b8bc8a;
--color-4: #d6c98a;
--color-5: #cb868d;
}
CSS del degradado de fondo Vibrant Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db9d8f, #a1a0a7, #b8bc8a, #d6c98a, #cb868d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db9d8f, #a1a0a7, #b8bc8a, #d6c98a, #cb868d);
}
Paletas de colores similares
Vibrant Red color palette created on .