Purple Nightmare Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Nightmare palette
Purple Nightmare color palette CSS
/* CSS */
.color-1 {
color: #602e60;
}
.color-2 {
color: #9b5f8f;
}
.color-3 {
color: #d8a6c3;
}
.color-4 {
color: #f4d89f;
}
.color-5 {
color: #ec7e7e;
}
/* CSS Variables */
:root {
--color-1: #602e60;
--color-2: #9b5f8f;
--color-3: #d8a6c3;
--color-4: #f4d89f;
--color-5: #ec7e7e;
}
Purple Nightmare background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602e60, #9b5f8f, #d8a6c3, #f4d89f, #ec7e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602e60, #9b5f8f, #d8a6c3, #f4d89f, #ec7e7e);
}
Similar color palettes
Purple Nightmare color palette created on .