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