The Deadly Sin of Pride カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with The Deadly Sin of Pride palette
The Deadly Sin of Pride カラー パレット PNG 画像
The Deadly Sin of Pride カラーパレット CSS
/* CSS */
.color-1 {
color: #c1c1f0;
}
.color-2 {
color: #8b8bda;
}
.color-3 {
color: #5959b1;
}
.color-4 {
color: #3a3a8d;
}
.color-5 {
color: #1a1a65;
}
/* CSS Variables */
:root {
--color-1: #c1c1f0;
--color-2: #8b8bda;
--color-3: #5959b1;
--color-4: #3a3a8d;
--color-5: #1a1a65;
}
The Deadly Sin of Pride の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1f0, #8b8bda, #5959b1, #3a3a8d, #1a1a65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1f0, #8b8bda, #5959b1, #3a3a8d, #1a1a65);
}
似たようなカラーパレット
The Deadly Sin of Pride color palette created on .