Golden Rajah Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Rajah palette

Share this palette to:

Download Golden Rajah Color Palette (PNG)

Download golden rajah color palette PNG image (landscape)
Download golden rajah color palette PNG image (square)

Golden Rajah color palette CSS

/* CSS */
.color-1 {
color: #f7b769;
}
.color-2 {
color: #e8a84f;
}
.color-3 {
color: #ddaa3c;
}
.color-4 {
color: #cdaa2d;
}
.color-5 {
color: #b9a82d;
}

/* CSS Variables */
:root {
--color-1: #f7b769;
--color-2: #e8a84f;
--color-3: #ddaa3c;
--color-4: #cdaa2d;
--color-5: #b9a82d;
}

Golden Rajah background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b769, #e8a84f, #ddaa3c, #cdaa2d, #b9a82d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b769, #e8a84f, #ddaa3c, #cdaa2d, #b9a82d);
}

Golden Rajah color palette created on .