Shades of Amaranth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Amaranth palette

Condividi questa palette a:

Scarica la tavolozza dei colori Shades of Amaranth (PNG)

Download shades of amaranth color palette PNG image (landscape)
Download shades of amaranth color palette PNG image (square)

tavolozza dei colori Shades of Amaranth CSS

/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f55b8c;
}
.color-3 {
color: #f9a4b9;
}
.color-4 {
color: #fcf6d9;
}
.color-5 {
color: #f9d75d;
}

/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f55b8c;
--color-3: #f9a4b9;
--color-4: #fcf6d9;
--color-5: #f9d75d;
}

CSS con gradiente di sfondo Shades of Amaranth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f55b8c, #f9a4b9, #fcf6d9, #f9d75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f55b8c, #f9a4b9, #fcf6d9, #f9d75d);
}

Shades of Amaranth color palette created on .