Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5ab1e7;
}
.color-3 {
color: #66c3ea;
}
.color-4 {
color: #7ad5f0;
}
.color-5 {
color: #a2e1f6;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5ab1e7;
--color-3: #66c3ea;
--color-4: #7ad5f0;
--color-5: #a2e1f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5ab1e7, #66c3ea, #7ad5f0, #a2e1f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5ab1e7, #66c3ea, #7ad5f0, #a2e1f6);
}

Bright Blue color palette created on .