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