Blue Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Ocean palette

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

Blue Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b2d6;
}
.color-3 {
color: #00c6e0;
}
.color-4 {
color: #a1e1e8;
}
.color-5 {
color: #f8fafc;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b2d6;
--color-3: #00c6e0;
--color-4: #a1e1e8;
--color-5: #f8fafc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b2d6, #00c6e0, #a1e1e8, #f8fafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b2d6, #00c6e0, #a1e1e8, #f8fafc);
}

Blue Ocean color palette created on .