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