Potions Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Potions palette
Color Inspiration
Images that showcase this color palette in real designs
Download Potions Color Palette (PNG)
Potions color palette CSS
/* CSS */
.color-1 {
color: #7a2d7b;
}
.color-2 {
color: #9f608c;
}
.color-3 {
color: #d7a3b7;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #ffcd38;
}
/* CSS Variables */
:root {
--color-1: #7a2d7b;
--color-2: #9f608c;
--color-3: #d7a3b7;
--color-4: #f2d6a1;
--color-5: #ffcd38;
}
Potions background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2d7b, #9f608c, #d7a3b7, #f2d6a1, #ffcd38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2d7b, #9f608c, #d7a3b7, #f2d6a1, #ffcd38);
}
Similar color palettes
Scroll down to explore 10+ Magenta color palettes
Potions color palette created on .