Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze palette

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

Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #d6ebf5;
}
.color-2 {
color: #c1e5f1;
}
.color-3 {
color: #a7ddec;
}
.color-4 {
color: #98d3e1;
}
.color-5 {
color: #82c8d3;
}

/* CSS Variables */
:root {
--color-1: #d6ebf5;
--color-2: #c1e5f1;
--color-3: #a7ddec;
--color-4: #98d3e1;
--color-5: #82c8d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6ebf5, #c1e5f1, #a7ddec, #98d3e1, #82c8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6ebf5, #c1e5f1, #a7ddec, #98d3e1, #82c8d3);
}

Ocean Breeze color palette created on .