Celestial Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Harmony palette
Celestial Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #78c6e2;
}
.color-2 {
color: #f7b4a1;
}
.color-3 {
color: #f2d94a;
}
.color-4 {
color: #f55a42;
}
.color-5 {
color: #a04b8d;
}
/* CSS Variables */
:root {
--color-1: #78c6e2;
--color-2: #f7b4a1;
--color-3: #f2d94a;
--color-4: #f55a42;
--color-5: #a04b8d;
}
Celestial Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c6e2, #f7b4a1, #f2d94a, #f55a42, #a04b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c6e2, #f7b4a1, #f2d94a, #f55a42, #a04b8d);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Celestial Harmony color palette created on .