Muted Gold and Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Gold and Blue palette
Muted Gold and Blue color palette CSS
/* 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;
}
Muted Gold and Blue background gradient CSS
/* 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);
}
Similar color palettes
Muted Gold and Blue color palette created on .