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