Arthur's Realm Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Arthur's Realm palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Arthur's Realm

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

tavolozza dei colori Arthur's Realm 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;
}

CSS con gradiente di sfondo Arthur's Realm

/* 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 .