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