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