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