Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0053b3;
}
.color-2 {
color: #0077e6;
}
.color-3 {
color: #00aaff;
}
.color-4 {
color: #33ccff;
}
.color-5 {
color: #66e0ff;
}

/* CSS Variables */
:root {
--color-1: #0053b3;
--color-2: #0077e6;
--color-3: #00aaff;
--color-4: #33ccff;
--color-5: #66e0ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0053b3, #0077e6, #00aaff, #33ccff, #66e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0053b3, #0077e6, #00aaff, #33ccff, #66e0ff);
}

Bright Blue color palette created on .