Southern Gothic カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Southern Gothic palette
Southern Gothic カラー パレット PNG 画像
Southern Gothic カラーパレット CSS
/* CSS */
.color-1 {
color: #3c2a2a;
}
.color-2 {
color: #7c4b4b;
}
.color-3 {
color: #9e6b6b;
}
.color-4 {
color: #bfb3a1;
}
.color-5 {
color: #e4d7c9;
}
/* CSS Variables */
:root {
--color-1: #3c2a2a;
--color-2: #7c4b4b;
--color-3: #9e6b6b;
--color-4: #bfb3a1;
--color-5: #e4d7c9;
}
Southern Gothic の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2a, #7c4b4b, #9e6b6b, #bfb3a1, #e4d7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2a, #7c4b4b, #9e6b6b, #bfb3a1, #e4d7c9);
}
似たようなカラーパレット
Southern Gothic color palette created on .