Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze palette

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

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

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

Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #65b4dc;
}
.color-2 {
color: #b2e0f0;
}
.color-3 {
color: #a3e6f0;
}
.color-4 {
color: #c3efef;
}
.color-5 {
color: #efd2d2;
}

/* CSS Variables */
:root {
--color-1: #65b4dc;
--color-2: #b2e0f0;
--color-3: #a3e6f0;
--color-4: #c3efef;
--color-5: #efd2d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #65b4dc, #b2e0f0, #a3e6f0, #c3efef, #efd2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #65b4dc, #b2e0f0, #a3e6f0, #c3efef, #efd2d2);
}

Ocean Breeze color palette created on .