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