Traumatic Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Traumatic Dreamscape palette
Traumatic Dreamscape カラー パレット PNG 画像
Traumatic Dreamscape カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
Traumatic Dreamscape color palette created on .