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