Blue Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Ocean palette

このパレットを共有する先:

Blue Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #002185;
}
.color-2 {
color: #0057a3;
}
.color-3 {
color: #0084d1;
}
.color-4 {
color: #65c2e2;
}
.color-5 {
color: #a1e7f2;
}

/* CSS Variables */
:root {
--color-1: #002185;
--color-2: #0057a3;
--color-3: #0084d1;
--color-4: #65c2e2;
--color-5: #a1e7f2;
}

Blue Ocean の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002185, #0057a3, #0084d1, #65c2e2, #a1e7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002185, #0057a3, #0084d1, #65c2e2, #a1e7f2);
}

Blue Ocean color palette created on .