Whispers of Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Bloom palette

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

Whispers of Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #fba2e3;
}
.color-2 {
color: #e09ac0;
}
.color-3 {
color: #d08ac2;
}
.color-4 {
color: #c57c9e;
}
.color-5 {
color: #a46a8d;
}

/* CSS Variables */
:root {
--color-1: #fba2e3;
--color-2: #e09ac0;
--color-3: #d08ac2;
--color-4: #c57c9e;
--color-5: #a46a8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2e3, #e09ac0, #d08ac2, #c57c9e, #a46a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2e3, #e09ac0, #d08ac2, #c57c9e, #a46a8d);
}

Whispers of Bloom color palette created on .