Whispers of Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blush palette

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

Whispers of Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbfaf9;
}
.color-3 {
color: #faf2ef;
}
.color-4 {
color: #f0e2e0;
}
.color-5 {
color: #ddc8c6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbfaf9;
--color-3: #faf2ef;
--color-4: #f0e2e0;
--color-5: #ddc8c6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbfaf9, #faf2ef, #f0e2e0, #ddc8c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbfaf9, #faf2ef, #f0e2e0, #ddc8c6);
}

Whispers of Blush color palette created on .