Paleta de colores Eternal Sands of Duat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eternal Sands of Duat palette

Compartir esta paleta en:

CSS de la paleta de colores Eternal Sands of Duat

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d9b36d;
}
.color-3 {
color: #a75a2a;
}
.color-4 {
color: #893d1a;
}
.color-5 {
color: #1b1f22;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d9b36d;
--color-3: #a75a2a;
--color-4: #893d1a;
--color-5: #1b1f22;
}

CSS del degradado de fondo Eternal Sands of Duat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d9b36d, #a75a2a, #893d1a, #1b1f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d9b36d, #a75a2a, #893d1a, #1b1f22);
}

Eternal Sands of Duat color palette created on .