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: #f1a8a2;
}
.color-3 {
color: #f8c8c4;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e3b059;
}

/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f1a8a2;
--color-3: #f8c8c4;
--color-4: #f4cf3e;
--color-5: #e3b059;
}

CSS con gradiente di sfondo Amaranth Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f1a8a2, #f8c8c4, #f4cf3e, #e3b059);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f1a8a2, #f8c8c4, #f4cf3e, #e3b059);
}

Amaranth Sunset color palette created on .