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