Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

このパレットを共有する先:

Bright Blue カラー パレット PNG 画像

Download bright blue color palette PNG image (landscape)
Download bright blue color palette PNG image (square)

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #81cefe;
}
.color-4 {
color: #0989f1;
}
.color-5 {
color: #0434af;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #81cefe;
--color-4: #0989f1;
--color-5: #0434af;
}

Bright Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #81cefe, #0989f1, #0434af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #81cefe, #0989f1, #0434af);
}

Bright Blue color palette created on .