Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f5f9ff;
}
.color-2 {
color: #b1e1f1;
}
.color-3 {
color: #71c1d6;
}
.color-4 {
color: #3e98b1;
}
.color-5 {
color: #2b7a91;
}

/* CSS Variables */
:root {
--color-1: #f5f9ff;
--color-2: #b1e1f1;
--color-3: #71c1d6;
--color-4: #3e98b1;
--color-5: #2b7a91;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f9ff, #b1e1f1, #71c1d6, #3e98b1, #2b7a91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f9ff, #b1e1f1, #71c1d6, #3e98b1, #2b7a91);
}

Bright Blue color palette created on .