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