Nautical Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nautical Dreams palette

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

Nautical Dreams カラー パレット PNG 画像

Download nautical dreams color palette PNG image (landscape)
Download nautical dreams color palette PNG image (square)

Nautical Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3a5a78;
}
.color-3 {
color: #699bbf;
}
.color-4 {
color: #85c3e0;
}
.color-5 {
color: #f9d66c;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3a5a78;
--color-3: #699bbf;
--color-4: #85c3e0;
--color-5: #f9d66c;
}

Nautical Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3a5a78, #699bbf, #85c3e0, #f9d66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3a5a78, #699bbf, #85c3e0, #f9d66c);
}

Nautical Dreams color palette created on .