Regal Relics Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Regal Relics palette

Condividi questa palette a:

tavolozza dei colori Regal Relics CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #c8a94c;
}
.color-3 {
color: #b4922d;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e6b93d;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #c8a94c;
--color-3: #b4922d;
--color-4: #f1c84b;
--color-5: #e6b93d;
}

CSS con gradiente di sfondo Regal Relics

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #c8a94c, #b4922d, #f1c84b, #e6b93d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #c8a94c, #b4922d, #f1c84b, #e6b93d);
}

Regal Relics color palette created on .