Blushing Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Gold palette
Blushing Gold color palette CSS
/* CSS */
.color-1 {
color: #f1c1d0;
}
.color-2 {
color: #f4b8d2;
}
.color-3 {
color: #f8a0c8;
}
.color-4 {
color: #f89bc3;
}
.color-5 {
color: #f78dbb;
}
/* CSS Variables */
:root {
--color-1: #f1c1d0;
--color-2: #f4b8d2;
--color-3: #f8a0c8;
--color-4: #f89bc3;
--color-5: #f78dbb;
}
Blushing Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c1d0, #f4b8d2, #f8a0c8, #f89bc3, #f78dbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c1d0, #f4b8d2, #f8a0c8, #f89bc3, #f78dbb);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Blushing Gold color palette created on .