Violet Fury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Violet Fury palette
Violet Fury color palette CSS
/* CSS */
.color-1 {
color: #a04b8d;
}
.color-2 {
color: #6e4e8d;
}
.color-3 {
color: #4c3f73;
}
.color-4 {
color: #b65d8b;
}
.color-5 {
color: #d9a1c3;
}
/* CSS Variables */
:root {
--color-1: #a04b8d;
--color-2: #6e4e8d;
--color-3: #4c3f73;
--color-4: #b65d8b;
--color-5: #d9a1c3;
}
Violet Fury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a04b8d, #6e4e8d, #4c3f73, #b65d8b, #d9a1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a04b8d, #6e4e8d, #4c3f73, #b65d8b, #d9a1c3);
}
Similar color palettes
Violet Fury color palette created on .