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