Medieval Sunlit Throne Room Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Medieval Sunlit Throne Room palette

Share this palette to:

Medieval Sunlit Throne Room color palette PNG image

Download medieval sunlit throne room color palette PNG image (landscape)
Download medieval sunlit throne room color palette PNG image (square)

Medieval Sunlit Throne Room color palette CSS

/* CSS */
.color-1 {
color: #d5a948;
}
.color-2 {
color: #e6be70;
}
.color-3 {
color: #e8c8a1;
}
.color-4 {
color: #c1a28f;
}
.color-5 {
color: #795939;
}

/* CSS Variables */
:root {
--color-1: #d5a948;
--color-2: #e6be70;
--color-3: #e8c8a1;
--color-4: #c1a28f;
--color-5: #795939;
}

Medieval Sunlit Throne Room background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a948, #e6be70, #e8c8a1, #c1a28f, #795939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a948, #e6be70, #e8c8a1, #c1a28f, #795939);
}

Medieval Sunlit Throne Room color palette created on .