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