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