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