Paleta de colores Arthur's Realm

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Arthur's Realm palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Arthur's Realm

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

CSS de la paleta de colores Arthur's Realm

/* 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 del degradado de fondo 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 .