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