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