Golden Princess Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Princess palette
Golden Princess color palette PNG image
Golden Princess color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #e4b74e;
}
.color-3 {
color: #e4a34e;
}
.color-4 {
color: #d6943d;
}
.color-5 {
color: #b96e3c;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #e4b74e;
--color-3: #e4a34e;
--color-4: #d6943d;
--color-5: #b96e3c;
}
Golden Princess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #e4b74e, #e4a34e, #d6943d, #b96e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #e4b74e, #e4a34e, #d6943d, #b96e3c);
}
Similar color palettes
Golden Princess color palette created on .