Celestial Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Harmony palette
Celestial Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #4c6f9a;
}
.color-2 {
color: #40a0b5;
}
.color-3 {
color: #5ec6c9;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #e07b38;
}
/* CSS Variables */
:root {
--color-1: #4c6f9a;
--color-2: #40a0b5;
--color-3: #5ec6c9;
--color-4: #f0e78e;
--color-5: #e07b38;
}
Celestial Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c6f9a, #40a0b5, #5ec6c9, #f0e78e, #e07b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c6f9a, #40a0b5, #5ec6c9, #f0e78e, #e07b38);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Celestial Harmony color palette created on .