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