Whispers of Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blush palette

このパレットを共有する先:

Whispers of Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d8b5;
}
.color-2 {
color: #f2c5a1;
}
.color-3 {
color: #f2b49c;
}
.color-4 {
color: #f29a8c;
}
.color-5 {
color: #f2787e;
}

/* CSS Variables */
:root {
--color-1: #f2d8b5;
--color-2: #f2c5a1;
--color-3: #f2b49c;
--color-4: #f29a8c;
--color-5: #f2787e;
}

Whispers of Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d8b5, #f2c5a1, #f2b49c, #f29a8c, #f2787e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d8b5, #f2c5a1, #f2b49c, #f29a8c, #f2787e);
}

Whispers of Blush color palette created on .