Oceanic Odyssey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Odyssey palette

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

Oceanic Odyssey カラーパレット (PNG) をダウンロード

Download oceanic odyssey color palette PNG image (landscape)
Download oceanic odyssey color palette PNG image (square)

Oceanic Odyssey カラーパレット CSS

/* CSS */
.color-1 {
color: #9ed6d4;
}
.color-2 {
color: #76c1b2;
}
.color-3 {
color: #4ea28b;
}
.color-4 {
color: #2e7a6d;
}
.color-5 {
color: #1b4b4b;
}

/* CSS Variables */
:root {
--color-1: #9ed6d4;
--color-2: #76c1b2;
--color-3: #4ea28b;
--color-4: #2e7a6d;
--color-5: #1b4b4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed6d4, #76c1b2, #4ea28b, #2e7a6d, #1b4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed6d4, #76c1b2, #4ea28b, #2e7a6d, #1b4b4b);
}

Oceanic Odyssey color palette created on .