Paleta de colores Regal Relics
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Regal Relics palette
CSS de la paleta de colores Regal Relics
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Regal Relics color palette created on .