Crimson Depths Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Depths palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Crimson Depths

Download crimson depths color palette PNG image (landscape)
Download crimson depths color palette PNG image (square)

tavolozza dei colori Crimson Depths CSS

/* CSS */
.color-1 {
color: #c52062;
}
.color-2 {
color: #ae1e5a;
}
.color-3 {
color: #a31f5f;
}
.color-4 {
color: #871d55;
}
.color-5 {
color: #591848;
}

/* CSS Variables */
:root {
--color-1: #c52062;
--color-2: #ae1e5a;
--color-3: #a31f5f;
--color-4: #871d55;
--color-5: #591848;
}

CSS con gradiente di sfondo Crimson Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52062, #ae1e5a, #a31f5f, #871d55, #591848);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52062, #ae1e5a, #a31f5f, #871d55, #591848);
}

Crimson Depths color palette created on .