Cybergoth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cybergoth palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Cybergoth カラーパレット (PNG) をダウンロード
Cybergoth カラーパレット CSS
/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #2d2d5c;
}
.color-3 {
color: #4b4b9b;
}
.color-4 {
color: #9f3c79;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #2d2d5c;
--color-3: #4b4b9b;
--color-4: #9f3c79;
--color-5: #ff6e00;
}
Cybergoth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #2d2d5c, #4b4b9b, #9f3c79, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #2d2d5c, #4b4b9b, #9f3c79, #ff6e00);
}
似たようなカラーパレット
下にスクロールして10個のダークカラーパレットを探索しましょう
Cybergoth color palette created on .