Whispers of Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blush palette

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

Whispers of Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #fdfcfd;
}
.color-2 {
color: #f1e9ef;
}
.color-3 {
color: #ffd1ea;
}
.color-4 {
color: #fec3e3;
}
.color-5 {
color: #eca2c9;
}

/* CSS Variables */
:root {
--color-1: #fdfcfd;
--color-2: #f1e9ef;
--color-3: #ffd1ea;
--color-4: #fec3e3;
--color-5: #eca2c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfd, #f1e9ef, #ffd1ea, #fec3e3, #eca2c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfd, #f1e9ef, #ffd1ea, #fec3e3, #eca2c9);
}

Whispers of Blush color palette created on .