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