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