Paleta de colores Shades of Yellow Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow Blue palette
CSS de la paleta de colores Shades of Yellow Blue
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e36d3b;
}
.color-3 {
color: #b54f8c;
}
.color-4 {
color: #6999c3;
}
.color-5 {
color: #a9d2d6;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e36d3b;
--color-3: #b54f8c;
--color-4: #6999c3;
--color-5: #a9d2d6;
}
CSS del degradado de fondo Shades of Yellow Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e36d3b, #b54f8c, #6999c3, #a9d2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e36d3b, #b54f8c, #6999c3, #a9d2d6);
}
Paletas de colores similares
Shades of Yellow Blue color palette created on .