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