Celestial Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Harmony palette
Celestial Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #e6a85b;
}
.color-2 {
color: #d59a4d;
}
.color-3 {
color: #b67c3a;
}
.color-4 {
color: #7c4b27;
}
.color-5 {
color: #3e2a1e;
}
/* CSS Variables */
:root {
--color-1: #e6a85b;
--color-2: #d59a4d;
--color-3: #b67c3a;
--color-4: #7c4b27;
--color-5: #3e2a1e;
}
Celestial Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a85b, #d59a4d, #b67c3a, #7c4b27, #3e2a1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a85b, #d59a4d, #b67c3a, #7c4b27, #3e2a1e);
}
似たようなカラーパレット
Celestial Harmony color palette created on .