Amaranth Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Amaranth Sunset palette

Condividi questa palette a:

tavolozza dei colori Amaranth Sunset CSS

/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #ef6c75;
}
.color-3 {
color: #f3a27c;
}
.color-4 {
color: #f3d57c;
}
.color-5 {
color: #bad77e;
}

/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #ef6c75;
--color-3: #f3a27c;
--color-4: #f3d57c;
--color-5: #bad77e;
}

CSS con gradiente di sfondo Amaranth Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #ef6c75, #f3a27c, #f3d57c, #bad77e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #ef6c75, #f3a27c, #f3d57c, #bad77e);
}

Amaranth Sunset color palette created on .