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