Blushing Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Whispers palette

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

Blushing Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f1b1b6;
}
.color-2 {
color: #f7d4d6;
}
.color-3 {
color: #f8e2e6;
}
.color-4 {
color: #f5c2c6;
}
.color-5 {
color: #e09eaa;
}

/* CSS Variables */
:root {
--color-1: #f1b1b6;
--color-2: #f7d4d6;
--color-3: #f8e2e6;
--color-4: #f5c2c6;
--color-5: #e09eaa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1b6, #f7d4d6, #f8e2e6, #f5c2c6, #e09eaa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1b6, #f7d4d6, #f8e2e6, #f5c2c6, #e09eaa);
}

Blushing Whispers color palette created on .