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