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