Sunset Alchemy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Alchemy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunset Alchemy Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sunset Alchemy color palette created on .