Traumatic Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Traumatic Dreamscape palette
Color Inspiration
Images that showcase this color palette in real designs
Download Traumatic Dreamscape Color Palette (PNG)
Traumatic Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #4d3b6d;
}
.color-2 {
color: #7a599b;
}
.color-3 {
color: #a78dbf;
}
.color-4 {
color: #d5b3e0;
}
.color-5 {
color: #f2c5e4;
}
/* CSS Variables */
:root {
--color-1: #4d3b6d;
--color-2: #7a599b;
--color-3: #a78dbf;
--color-4: #d5b3e0;
--color-5: #f2c5e4;
}
Traumatic Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3b6d, #7a599b, #a78dbf, #d5b3e0, #f2c5e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3b6d, #7a599b, #a78dbf, #d5b3e0, #f2c5e4);
}
Similar color palettes
Traumatic Dreamscape color palette created on .