Twilight Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Twilight Harmony palette
Twilight Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #5c9cc7;
}
.color-3 {
color: #8db3e2;
}
.color-4 {
color: #a58bc6;
}
.color-5 {
color: #794eb1;
}
/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #5c9cc7;
--color-3: #8db3e2;
--color-4: #a58bc6;
--color-5: #794eb1;
}
Twilight Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #5c9cc7, #8db3e2, #a58bc6, #794eb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #5c9cc7, #8db3e2, #a58bc6, #794eb1);
}
似たようなカラーパレット
下にスクロールして400+個の青カラーパレットを探索しましょう
Twilight Harmony color palette created on .