Blue Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Ocean palette

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

Blue Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3c7;
}
.color-3 {
color: #00d9e0;
}
.color-4 {
color: #a3f1f5;
}
.color-5 {
color: #f5fffa;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3c7;
--color-3: #00d9e0;
--color-4: #a3f1f5;
--color-5: #f5fffa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3c7, #00d9e0, #a3f1f5, #f5fffa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3c7, #00d9e0, #a3f1f5, #f5fffa);
}

Blue Ocean color palette created on .