Whispers of Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blush palette

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

Whispers of Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f2b1a1;
}
.color-2 {
color: #e7c4c1;
}
.color-3 {
color: #d6a8b0;
}
.color-4 {
color: #d2b6c5;
}
.color-5 {
color: #e6a3b1;
}

/* CSS Variables */
:root {
--color-1: #f2b1a1;
--color-2: #e7c4c1;
--color-3: #d6a8b0;
--color-4: #d2b6c5;
--color-5: #e6a3b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1a1, #e7c4c1, #d6a8b0, #d2b6c5, #e6a3b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1a1, #e7c4c1, #d6a8b0, #d2b6c5, #e6a3b1);
}

Whispers of Blush color palette created on .