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