Soft Golden Child Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Golden Child palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Golden Child Color Palette (PNG)
Soft Golden Child color palette CSS
/* CSS */
.color-1 {
color: #fcefc5;
}
.color-2 {
color: #f7df97;
}
.color-3 {
color: #fccd97;
}
.color-4 {
color: #f9ca6c;
}
.color-5 {
color: #e8ba7d;
}
/* CSS Variables */
:root {
--color-1: #fcefc5;
--color-2: #f7df97;
--color-3: #fccd97;
--color-4: #f9ca6c;
--color-5: #e8ba7d;
}
Soft Golden Child background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcefc5, #f7df97, #fccd97, #f9ca6c, #e8ba7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcefc5, #f7df97, #fccd97, #f9ca6c, #e8ba7d);
}
Similar color palettes
Soft Golden Child color palette created on .