Stellar Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Stellar Blue palette
Stellar Blue カラーパレット (PNG) をダウンロード
Stellar Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #4160fb;
}
.color-2 {
color: #5a8dfc;
}
.color-3 {
color: #8bb7fd;
}
.color-4 {
color: #9fd5fe;
}
.color-5 {
color: #e5f8ff;
}
/* CSS Variables */
:root {
--color-1: #4160fb;
--color-2: #5a8dfc;
--color-3: #8bb7fd;
--color-4: #9fd5fe;
--color-5: #e5f8ff;
}
Stellar Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4160fb, #5a8dfc, #8bb7fd, #9fd5fe, #e5f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4160fb, #5a8dfc, #8bb7fd, #9fd5fe, #e5f8ff);
}
似たようなカラーパレット
Stellar Blue color palette created on .