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