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