Creepy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Creepy palette
Creepy カラーパレット CSS
/* CSS */
.color-1 {
color: #29102d;
}
.color-2 {
color: #263759;
}
.color-3 {
color: #7b3384;
}
.color-4 {
color: #a53b52;
}
.color-5 {
color: #8347a9;
}
/* CSS Variables */
:root {
--color-1: #29102d;
--color-2: #263759;
--color-3: #7b3384;
--color-4: #a53b52;
--color-5: #8347a9;
}
Creepy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29102d, #263759, #7b3384, #a53b52, #8347a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29102d, #263759, #7b3384, #a53b52, #8347a9);
}
似たようなカラーパレット
下にスクロールして400+個のダークカラーパレットを探索しましょう
Creepy color palette created on .