Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #56c5e1;
}
.color-3 {
color: #89e1df;
}
.color-4 {
color: #f4e79f;
}
.color-5 {
color: #f9a743;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #56c5e1;
--color-3: #89e1df;
--color-4: #f4e79f;
--color-5: #f9a743;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #56c5e1, #89e1df, #f4e79f, #f9a743);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #56c5e1, #89e1df, #f4e79f, #f9a743);
}

Bright Blue color palette created on .