Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0052bd;
}
.color-2 {
color: #0073e6;
}
.color-3 {
color: #0099ff;
}
.color-4 {
color: #33b4ff;
}
.color-5 {
color: #66ccff;
}

/* CSS Variables */
:root {
--color-1: #0052bd;
--color-2: #0073e6;
--color-3: #0099ff;
--color-4: #33b4ff;
--color-5: #66ccff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0052bd, #0073e6, #0099ff, #33b4ff, #66ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0052bd, #0073e6, #0099ff, #33b4ff, #66ccff);
}

Bright Blue color palette created on .