Blushing Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Whispers palette

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

Blushing Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d9e5;
}
.color-2 {
color: #f1a7c5;
}
.color-3 {
color: #e88da5;
}
.color-4 {
color: #d46e8e;
}
.color-5 {
color: #a85d77;
}

/* CSS Variables */
:root {
--color-1: #f7d9e5;
--color-2: #f1a7c5;
--color-3: #e88da5;
--color-4: #d46e8e;
--color-5: #a85d77;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9e5, #f1a7c5, #e88da5, #d46e8e, #a85d77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9e5, #f1a7c5, #e88da5, #d46e8e, #a85d77);
}

Blushing Whispers color palette created on .