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