Soft Coastal Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Coastal Breeze palette
Soft Coastal Breeze カラー パレット PNG 画像
Soft Coastal Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3d3d3;
}
.color-3 {
color: #b5e3e3;
}
.color-4 {
color: #a2e7e7;
}
.color-5 {
color: #f1f1e4;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3d3d3;
--color-3: #b5e3e3;
--color-4: #a2e7e7;
--color-5: #f1f1e4;
}
Soft Coastal Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3d3d3, #b5e3e3, #a2e7e7, #f1f1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3d3d3, #b5e3e3, #a2e7e7, #f1f1e4);
}
似たようなカラーパレット
Soft Coastal Breeze color palette created on .