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