Golden Rocky Haze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Rocky Haze palette

Share this palette to:

Golden Rocky Haze color palette CSS

/* CSS */
.color-1 {
color: #f7d887;
}
.color-2 {
color: #f4cc5d;
}
.color-3 {
color: #efc44d;
}
.color-4 {
color: #e79740;
}
.color-5 {
color: #dc7138;
}

/* CSS Variables */
:root {
--color-1: #f7d887;
--color-2: #f4cc5d;
--color-3: #efc44d;
--color-4: #e79740;
--color-5: #dc7138;
}

Golden Rocky Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d887, #f4cc5d, #efc44d, #e79740, #dc7138);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d887, #f4cc5d, #efc44d, #e79740, #dc7138);
}

Golden Rocky Haze color palette created on .