Deep Blue Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Blue Ocean palette

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

Deep Blue Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #000080;
}
.color-2 {
color: #003366;
}
.color-3 {
color: #004f9e;
}
.color-4 {
color: #007fff;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #000080;
--color-2: #003366;
--color-3: #004f9e;
--color-4: #007fff;
--color-5: #00bfff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000080, #003366, #004f9e, #007fff, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000080, #003366, #004f9e, #007fff, #00bfff);
}

Deep Blue Ocean color palette created on .