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