Cybergoth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cybergoth palette
Cybergoth カラーパレット CSS
/* CSS */
.color-1 {
color: #c9c4ee;
}
.color-2 {
color: #d9d0f1;
}
.color-3 {
color: #ebe9f7;
}
.color-4 {
color: #f1ebf9;
}
.color-5 {
color: #fcfbfe;
}
/* CSS Variables */
:root {
--color-1: #c9c4ee;
--color-2: #d9d0f1;
--color-3: #ebe9f7;
--color-4: #f1ebf9;
--color-5: #fcfbfe;
}
Cybergoth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9c4ee, #d9d0f1, #ebe9f7, #f1ebf9, #fcfbfe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9c4ee, #d9d0f1, #ebe9f7, #f1ebf9, #fcfbfe);
}
Cybergoth color palette created on .