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