Amaranth Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amaranth Sunset palette

Share this palette to:

Amaranth Sunset color palette 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;
}

Amaranth Sunset background gradient CSS

/* 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 .