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