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