Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4a8abf;
}
.color-2 {
color: #6bb7e1;
}
.color-3 {
color: #8bd2e4;
}
.color-4 {
color: #f1e9a2;
}
.color-5 {
color: #f1a2c3;
}

/* CSS Variables */
:root {
--color-1: #4a8abf;
--color-2: #6bb7e1;
--color-3: #8bd2e4;
--color-4: #f1e9a2;
--color-5: #f1a2c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8abf, #6bb7e1, #8bd2e4, #f1e9a2, #f1a2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8abf, #6bb7e1, #8bd2e4, #f1e9a2, #f1a2c3);
}

Bright Blue color palette created on .