Arthur's Realm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Arthur's Realm palette

Share this palette to:

Download Arthur's Realm Color Palette (PNG)

Download arthur's realm color palette PNG image (landscape)
Download arthur's realm color palette PNG image (square)

Arthur's Realm color palette CSS

/* CSS */
.color-1 {
color: #4c3e29;
}
.color-2 {
color: #b39b6b;
}
.color-3 {
color: #d8cca2;
}
.color-4 {
color: #e6b27a;
}
.color-5 {
color: #b8504c;
}

/* CSS Variables */
:root {
--color-1: #4c3e29;
--color-2: #b39b6b;
--color-3: #d8cca2;
--color-4: #e6b27a;
--color-5: #b8504c;
}

Arthur's Realm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e29, #b39b6b, #d8cca2, #e6b27a, #b8504c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e29, #b39b6b, #d8cca2, #e6b27a, #b8504c);
}

Arthur's Realm color palette created on .