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