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