Paleta de colores Shades of Yellow and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow and Blue palette
CSS de la paleta de colores Shades of Yellow and Blue
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #6b8eff;
}
.color-5 {
color: #5983e3;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #ff8e3d;
--color-3: #ff5c5c;
--color-4: #6b8eff;
--color-5: #5983e3;
}
CSS del degradado de fondo Shades of Yellow and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #ff8e3d, #ff5c5c, #6b8eff, #5983e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #ff8e3d, #ff5c5c, #6b8eff, #5983e3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Shades of Yellow and Blue color palette created on .