Purple Deluge Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Deluge palette
Purple Deluge color palette CSS
/* CSS */
.color-1 {
color: #7662a7;
}
.color-2 {
color: #5b4b8b;
}
.color-3 {
color: #4d3a78;
}
.color-4 {
color: #d7a6d9;
}
.color-5 {
color: #f1c1e0;
}
/* CSS Variables */
:root {
--color-1: #7662a7;
--color-2: #5b4b8b;
--color-3: #4d3a78;
--color-4: #d7a6d9;
--color-5: #f1c1e0;
}
Purple Deluge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7662a7, #5b4b8b, #4d3a78, #d7a6d9, #f1c1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7662a7, #5b4b8b, #4d3a78, #d7a6d9, #f1c1e0);
}
Similar color palettes
Purple Deluge color palette created on .