Oceanic Depths カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Depths palette

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

Oceanic Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #003366;
}
.color-3 {
color: #004080;
}
.color-4 {
color: #0066cc;
}
.color-5 {
color: #3399ff;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #003366;
--color-3: #004080;
--color-4: #0066cc;
--color-5: #3399ff;
}

Oceanic Depths の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #003366, #004080, #0066cc, #3399ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #003366, #004080, #0066cc, #3399ff);
}

Oceanic Depths color palette created on .