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