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