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: #0b3f60;
}
.color-2 {
color: #055c5c;
}
.color-3 {
color: #a31465;
}
.color-4 {
color: #e1a3a3;
}
.color-5 {
color: #814831;
}

/* CSS Variables */
:root {
--color-1: #0b3f60;
--color-2: #055c5c;
--color-3: #a31465;
--color-4: #e1a3a3;
--color-5: #814831;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3f60, #055c5c, #a31465, #e1a3a3, #814831);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3f60, #055c5c, #a31465, #e1a3a3, #814831);
}

Ocean Sunset color palette created on .