Whispers of Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blush palette

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

Whispers of Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e7e3;
}
.color-2 {
color: #ead2d2;
}
.color-3 {
color: #e7b6c2;
}
.color-4 {
color: #d68f9c;
}
.color-5 {
color: #c34b61;
}

/* CSS Variables */
:root {
--color-1: #f2e7e3;
--color-2: #ead2d2;
--color-3: #e7b6c2;
--color-4: #d68f9c;
--color-5: #c34b61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7e3, #ead2d2, #e7b6c2, #d68f9c, #c34b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7e3, #ead2d2, #e7b6c2, #d68f9c, #c34b61);
}

Whispers of Blush color palette created on .