Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #5ed1e8;
}
.color-4 {
color: #a3e6f0;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #00a5e0;
--color-3: #5ed1e8;
--color-4: #a3e6f0;
--color-5: #e0f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #00a5e0, #5ed1e8, #a3e6f0, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #00a5e0, #5ed1e8, #a3e6f0, #e0f7fa);
}

Bright Blue color palette created on .