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