Arabian Nightfall Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Arabian Nightfall palette

Condividi questa palette a:

tavolozza dei colori Arabian Nightfall CSS

/* 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 con gradiente di sfondo 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 .