Shades of Amaranth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Amaranth palette

Share this palette to:

Shades of Amaranth color palette CSS

/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f27d7f;
}
.color-3 {
color: #f9b4b4;
}
.color-4 {
color: #fce3d4;
}
.color-5 {
color: #ffebb8;
}

/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f27d7f;
--color-3: #f9b4b4;
--color-4: #fce3d4;
--color-5: #ffebb8;
}

Shades of Amaranth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f27d7f, #f9b4b4, #fce3d4, #ffebb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f27d7f, #f9b4b4, #fce3d4, #ffebb8);
}

Shades of Amaranth color palette created on .