Ocean Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Sunset palette

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

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

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

Ocean Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #a1d5e8;
}
.color-3 {
color: #ffb5a8;
}
.color-4 {
color: #ff7e3d;
}
.color-5 {
color: #e8f8f8;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #a1d5e8;
--color-3: #ffb5a8;
--color-4: #ff7e3d;
--color-5: #e8f8f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #a1d5e8, #ffb5a8, #ff7e3d, #e8f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #a1d5e8, #ffb5a8, #ff7e3d, #e8f8f8);
}

Ocean Sunset color palette created on .