PTSD Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with PTSD palette
Download PTSD Color Palette (PNG)
PTSD color palette CSS
/* CSS */
.color-1 {
color: #150f67;
}
.color-2 {
color: #40338e;
}
.color-3 {
color: #5d50af;
}
.color-4 {
color: #9786d0;
}
.color-5 {
color: #b6a4db;
}
/* CSS Variables */
:root {
--color-1: #150f67;
--color-2: #40338e;
--color-3: #5d50af;
--color-4: #9786d0;
--color-5: #b6a4db;
}
PTSD background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #150f67, #40338e, #5d50af, #9786d0, #b6a4db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #150f67, #40338e, #5d50af, #9786d0, #b6a4db);
}
Similar color palettes
PTSD color palette created on .