Abyssal Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abyssal Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Abyssal Purple Color Palette (PNG)
Abyssal Purple color palette CSS
/* CSS */
.color-1 {
color: #4b2d7b;
}
.color-2 {
color: #6f4b8b;
}
.color-3 {
color: #9f6ea0;
}
.color-4 {
color: #d7a3d0;
}
.color-5 {
color: #f4e4f6;
}
/* CSS Variables */
:root {
--color-1: #4b2d7b;
--color-2: #6f4b8b;
--color-3: #9f6ea0;
--color-4: #d7a3d0;
--color-5: #f4e4f6;
}
Abyssal Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2d7b, #6f4b8b, #9f6ea0, #d7a3d0, #f4e4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2d7b, #6f4b8b, #9f6ea0, #d7a3d0, #f4e4f6);
}
Similar color palettes
Abyssal Purple color palette created on .