Ocean Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ocean Breeze palette
Ocean Breeze カラー パレット PNG 画像
Ocean Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #f3f4f6;
}
.color-2 {
color: #89b0d7;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #4bb8e7;
}
.color-5 {
color: #4d6a7a;
}
/* CSS Variables */
:root {
--color-1: #f3f4f6;
--color-2: #89b0d7;
--color-3: #a3c7e0;
--color-4: #4bb8e7;
--color-5: #4d6a7a;
}
Ocean Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f4f6, #89b0d7, #a3c7e0, #4bb8e7, #4d6a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f4f6, #89b0d7, #a3c7e0, #4bb8e7, #4d6a7a);
}
似たようなカラーパレット
Ocean Breeze color palette created on .