Bright Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bright Blue palette
Bright Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f76d3b;
}
.color-4 {
color: #f8b9c4;
}
.color-5 {
color: #8d43ad;
}
/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #f6c80e;
--color-3: #f76d3b;
--color-4: #f8b9c4;
--color-5: #8d43ad;
}
Bright Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #f6c80e, #f76d3b, #f8b9c4, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #f6c80e, #f76d3b, #f8b9c4, #8d43ad);
}
似たようなカラーパレット
Bright Blue color palette created on .