Bright Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Blue palette

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

Bright Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #7bb7e5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f7d859;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #b63a3a;
}

/* CSS Variables */
:root {
--color-1: #7bb7e5;
--color-2: #ff6e61;
--color-3: #f7d859;
--color-4: #f5a300;
--color-5: #b63a3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7bb7e5, #ff6e61, #f7d859, #f5a300, #b63a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7bb7e5, #ff6e61, #f7d859, #f5a300, #b63a3a);
}

Bright Blue color palette created on .