Bright Blue Neon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bright Blue Neon palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Bright Blue Neon カラーパレット (PNG) をダウンロード
Bright Blue Neon カラーパレット CSS
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #4169e1;
}
.color-5 {
color: #0000ff;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #1f8fff;
--color-3: #4682b4;
--color-4: #4169e1;
--color-5: #0000ff;
}
Bright Blue Neon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #1f8fff, #4682b4, #4169e1, #0000ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #1f8fff, #4682b4, #4169e1, #0000ff);
}
似たようなカラーパレット
Bright Blue Neon color palette created on .