Midnight Ocean Depths カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Ocean Depths palette

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

Midnight Ocean Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #0f94d2;
}
.color-2 {
color: #085fa6;
}
.color-3 {
color: #3b293d;
}
.color-4 {
color: #0a336b;
}
.color-5 {
color: #281929;
}

/* CSS Variables */
:root {
--color-1: #0f94d2;
--color-2: #085fa6;
--color-3: #3b293d;
--color-4: #0a336b;
--color-5: #281929;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f94d2, #085fa6, #3b293d, #0a336b, #281929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f94d2, #085fa6, #3b293d, #0a336b, #281929);
}

Midnight Ocean Depths color palette created on .