Warm Golds and Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Golds and Blues palette
Warm Golds and Blues color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5b96b;
}
.color-3 {
color: #f6d8b6;
}
.color-4 {
color: #a1d6e3;
}
.color-5 {
color: #5b899f;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5b96b;
--color-3: #f6d8b6;
--color-4: #a1d6e3;
--color-5: #5b899f;
}
Warm Golds and Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5b96b, #f6d8b6, #a1d6e3, #5b899f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5b96b, #f6d8b6, #a1d6e3, #5b899f);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Warm Golds and Blues color palette created on .