Whispers of Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blush palette

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

Whispers of Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #fcfbf8;
}
.color-2 {
color: #f8eee8;
}
.color-3 {
color: #fbe9d0;
}
.color-4 {
color: #ebccd3;
}
.color-5 {
color: #d5aebe;
}

/* CSS Variables */
:root {
--color-1: #fcfbf8;
--color-2: #f8eee8;
--color-3: #fbe9d0;
--color-4: #ebccd3;
--color-5: #d5aebe;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfbf8, #f8eee8, #fbe9d0, #ebccd3, #d5aebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfbf8, #f8eee8, #fbe9d0, #ebccd3, #d5aebe);
}

Whispers of Blush color palette created on .