The Tortured Poet's Department Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Tortured Poet's Department palette
The Tortured Poet's Department color palette CSS
/* CSS */
.color-1 {
color: #4a2c6d;
}
.color-2 {
color: #7d5da2;
}
.color-3 {
color: #b5a0da;
}
.color-4 {
color: #f1c1d6;
}
.color-5 {
color: #f8a5b7;
}
/* CSS Variables */
:root {
--color-1: #4a2c6d;
--color-2: #7d5da2;
--color-3: #b5a0da;
--color-4: #f1c1d6;
--color-5: #f8a5b7;
}
The Tortured Poet's Department background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c6d, #7d5da2, #b5a0da, #f1c1d6, #f8a5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c6d, #7d5da2, #b5a0da, #f1c1d6, #f8a5b7);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
The Tortured Poet's Department color palette created on .