Serene Meadow Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Meadow Breeze palette
Serene Meadow Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3e7de;
}
.color-3 {
color: #97d0ed;
}
.color-4 {
color: #ddb43c;
}
.color-5 {
color: #aeafac;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3e7de;
--color-3: #97d0ed;
--color-4: #ddb43c;
--color-5: #aeafac;
}
Serene Meadow Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3e7de, #97d0ed, #ddb43c, #aeafac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3e7de, #97d0ed, #ddb43c, #aeafac);
}
似たようなカラーパレット
下にスクロールして3個のSoft whiteカラーパレットを探索しましょう
Serene Meadow Breeze color palette created on .