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