Blue Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Ocean palette

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

Blue Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #00b4e6;
}
.color-2 {
color: #00c2e0;
}
.color-3 {
color: #00d5e0;
}
.color-4 {
color: #00e6de;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #00b4e6;
--color-2: #00c2e0;
--color-3: #00d5e0;
--color-4: #00e6de;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4e6, #00c2e0, #00d5e0, #00e6de, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4e6, #00c2e0, #00d5e0, #00e6de, #000000);
}

Blue Ocean color palette created on .