Deep Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Ocean palette

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

Deep Ocean カラー パレット PNG 画像

Download deep ocean color palette PNG image (landscape)
Download deep ocean color palette PNG image (square)

Deep Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #0d3b3a;
}
.color-2 {
color: #1f4c4b;
}
.color-3 {
color: #396060;
}
.color-4 {
color: #5c7574;
}
.color-5 {
color: #808989;
}

/* CSS Variables */
:root {
--color-1: #0d3b3a;
--color-2: #1f4c4b;
--color-3: #396060;
--color-4: #5c7574;
--color-5: #808989;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d3b3a, #1f4c4b, #396060, #5c7574, #808989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d3b3a, #1f4c4b, #396060, #5c7574, #808989);
}

Deep Ocean color palette created on .