Gothic Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gothic Red palette
Gothic Red カラーパレット CSS
/* CSS */
.color-1 {
color: #5e2b4c;
}
.color-2 {
color: #8c3b4b;
}
.color-3 {
color: #aa505c;
}
.color-4 {
color: #c26b6c;
}
.color-5 {
color: #d48c8e;
}
/* CSS Variables */
:root {
--color-1: #5e2b4c;
--color-2: #8c3b4b;
--color-3: #aa505c;
--color-4: #c26b6c;
--color-5: #d48c8e;
}
Gothic Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b4c, #8c3b4b, #aa505c, #c26b6c, #d48c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b4c, #8c3b4b, #aa505c, #c26b6c, #d48c8e);
}
似たようなカラーパレット
Gothic Red color palette created on .