Golden Roman Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Roman Dream palette

Share this palette to:

Golden Roman Dream color palette CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #f5af00;
}
.color-4 {
color: #f5d400;
}
.color-5 {
color: #f5e900;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #faa700;
--color-3: #f5af00;
--color-4: #f5d400;
--color-5: #f5e900;
}

Golden Roman Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #faa700, #f5af00, #f5d400, #f5e900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #faa700, #f5af00, #f5d400, #f5e900);
}

Golden Roman Dream color palette created on .