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