Whispers of Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blush palette

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

Whispers of Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff999c;
}
.color-3 {
color: #ff6b89;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #f9d624;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff999c;
--color-3: #ff6b89;
--color-4: #ff4d4f;
--color-5: #f9d624;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff999c, #ff6b89, #ff4d4f, #f9d624);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff999c, #ff6b89, #ff4d4f, #f9d624);
}

Whispers of Blush color palette created on .