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