Whispers of Velvet Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Velvet Blossoms palette

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

Whispers of Velvet Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d5b9c3;
}
.color-3 {
color: #b691a2;
}
.color-4 {
color: #7f5770;
}
.color-5 {
color: #8f09aa;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d5b9c3;
--color-3: #b691a2;
--color-4: #7f5770;
--color-5: #8f09aa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d5b9c3, #b691a2, #7f5770, #8f09aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d5b9c3, #b691a2, #7f5770, #8f09aa);
}

Whispers of Velvet Blossoms color palette created on .