Paleta de colores Muted Gold and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Muted Gold and Blue palette
CSS de la paleta de colores Muted Gold and Blue
/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #e2c68d;
}
.color-3 {
color: #d0bfa4;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #81c0f3;
}
/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #e2c68d;
--color-3: #d0bfa4;
--color-4: #a8d3e1;
--color-5: #81c0f3;
}
CSS del degradado de fondo Muted Gold and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #e2c68d, #d0bfa4, #a8d3e1, #81c0f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #e2c68d, #d0bfa4, #a8d3e1, #81c0f3);
}
Paletas de colores similares
Muted Gold and Blue color palette created on .