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