Whispers of Bianca カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Bianca palette

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

Whispers of Bianca カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #e6b479;
}
.color-4 {
color: #d0c66c;
}
.color-5 {
color: #9fd6a8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4b69f;
--color-3: #e6b479;
--color-4: #d0c66c;
--color-5: #9fd6a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4b69f, #e6b479, #d0c66c, #9fd6a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4b69f, #e6b479, #d0c66c, #9fd6a8);
}

Whispers of Bianca color palette created on .