Beige and Crimson Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Beige and Crimson palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Beige and Crimson

Download beige and crimson color palette PNG image (landscape)
Download beige and crimson color palette PNG image (square)

tavolozza dei colori Beige and Crimson CSS

/* CSS */
.color-1 {
color: #e6ca89;
}
.color-2 {
color: #d8a369;
}
.color-3 {
color: #c9584f;
}
.color-4 {
color: #b42c27;
}
.color-5 {
color: #950404;
}

/* CSS Variables */
:root {
--color-1: #e6ca89;
--color-2: #d8a369;
--color-3: #c9584f;
--color-4: #b42c27;
--color-5: #950404;
}

CSS con gradiente di sfondo Beige and Crimson

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ca89, #d8a369, #c9584f, #b42c27, #950404);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ca89, #d8a369, #c9584f, #b42c27, #950404);
}

Beige and Crimson color palette created on .