Blue Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Ocean palette

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

Blue Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #0048bd;
}
.color-2 {
color: #0076d1;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #00d9e0;
}
.color-5 {
color: #70ffea;
}

/* CSS Variables */
:root {
--color-1: #0048bd;
--color-2: #0076d1;
--color-3: #00a5e0;
--color-4: #00d9e0;
--color-5: #70ffea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0048bd, #0076d1, #00a5e0, #00d9e0, #70ffea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0048bd, #0076d1, #00a5e0, #00d9e0, #70ffea);
}

Blue Ocean color palette created on .