Rich Blue Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rich Blue Cream palette
Rich Blue Cream color palette PNG image
Rich Blue Cream color palette CSS
/* CSS */
.color-1 {
color: #b98f3c;
}
.color-2 {
color: #7a2a2b;
}
.color-3 {
color: #1e3a76;
}
.color-4 {
color: #f3ead8;
}
.color-5 {
color: #d3b58d;
}
/* CSS Variables */
:root {
--color-1: #b98f3c;
--color-2: #7a2a2b;
--color-3: #1e3a76;
--color-4: #f3ead8;
--color-5: #d3b58d;
}
Rich Blue Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b98f3c, #7a2a2b, #1e3a76, #f3ead8, #d3b58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b98f3c, #7a2a2b, #1e3a76, #f3ead8, #d3b58d);
}
Similar color palettes
Scroll down to explore 5 Gold color palettes
Rich Blue Cream color palette created on .