Purple Flames Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Flames palette
Purple Flames color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a30f7c;
}
.color-3 {
color: #d246af;
}
.color-4 {
color: #f45d99;
}
.color-5 {
color: #ff9d00;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a30f7c;
--color-3: #d246af;
--color-4: #f45d99;
--color-5: #ff9d00;
}
Purple Flames background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a30f7c, #d246af, #f45d99, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a30f7c, #d246af, #f45d99, #ff9d00);
}
Similar color palettes
Purple Flames color palette created on .