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