Shades of Amaranth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Amaranth palette
Download Shades of Amaranth Color Palette (PNG)
Shades of Amaranth color palette 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;
}
Shades of Amaranth background gradient CSS
/* 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);
}
Similar color palettes
Shades of Amaranth color palette created on .