Golden Punga Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Punga Sunrise palette

Share this palette to:

Golden Punga Sunrise color palette CSS

/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #c76b3d;
}
.color-3 {
color: #e6a86b;
}
.color-4 {
color: #efc16c;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c76b3d;
--color-3: #e6a86b;
--color-4: #efc16c;
--color-5: #ffd900;
}

Golden Punga Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c76b3d, #e6a86b, #efc16c, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c76b3d, #e6a86b, #efc16c, #ffd900);
}

Golden Punga Sunrise color palette created on .