Purple Goth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Goth palette
Purple Goth カラーパレット CSS
/* CSS */
.color-1 {
color: #4a3b59;
}
.color-2 {
color: #79698c;
}
.color-3 {
color: #a594b3;
}
.color-4 {
color: #d6c5e7;
}
.color-5 {
color: #f2dff6;
}
/* CSS Variables */
:root {
--color-1: #4a3b59;
--color-2: #79698c;
--color-3: #a594b3;
--color-4: #d6c5e7;
--color-5: #f2dff6;
}
Purple Goth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b59, #79698c, #a594b3, #d6c5e7, #f2dff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b59, #79698c, #a594b3, #d6c5e7, #f2dff6);
}
似たようなカラーパレット
下にスクロールして400+個のダークカラーパレットを探索しましょう
Purple Goth color palette created on .