Sunset Alchemy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Alchemy palette

Share this palette to:

Download Sunset Alchemy Color Palette (PNG)

Download sunset alchemy color palette PNG image (landscape)
Download sunset alchemy color palette PNG image (square)

Sunset Alchemy color palette CSS

/* CSS */
.color-1 {
color: #803c90;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #803c90;
--color-2: #f0a800;
--color-3: #ff6e61;
--color-4: #ffcc00;
--color-5: #ff9d00;
}

Sunset Alchemy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #803c90, #f0a800, #ff6e61, #ffcc00, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #803c90, #f0a800, #ff6e61, #ffcc00, #ff9d00);
}

Sunset Alchemy color palette created on .