Paleta de colores Arabian Nightfall

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Arabian Nightfall palette

Compartir esta paleta en:

CSS de la paleta de colores Arabian Nightfall

/* CSS */
.color-1 {
color: #4b3c3a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #efb14d;
}
.color-4 {
color: #e4b4d5;
}
.color-5 {
color: #a0b2d4;
}

/* CSS Variables */
:root {
--color-1: #4b3c3a;
--color-2: #a85f2e;
--color-3: #efb14d;
--color-4: #e4b4d5;
--color-5: #a0b2d4;
}

CSS del degradado de fondo Arabian Nightfall

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c3a, #a85f2e, #efb14d, #e4b4d5, #a0b2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c3a, #a85f2e, #efb14d, #e4b4d5, #a0b2d4);
}

Arabian Nightfall color palette created on .