Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze palette

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

Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #49789c;
}
.color-2 {
color: #6cafb2;
}
.color-3 {
color: #8bdac9;
}
.color-4 {
color: #b3e0d8;
}
.color-5 {
color: #f1f9f3;
}

/* CSS Variables */
:root {
--color-1: #49789c;
--color-2: #6cafb2;
--color-3: #8bdac9;
--color-4: #b3e0d8;
--color-5: #f1f9f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49789c, #6cafb2, #8bdac9, #b3e0d8, #f1f9f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49789c, #6cafb2, #8bdac9, #b3e0d8, #f1f9f3);
}

Ocean Breeze color palette created on .