Whispers of Biloba カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Biloba palette

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

Whispers of Biloba カラーパレット CSS

/* CSS */
.color-1 {
color: #b29fe9;
}
.color-2 {
color: #d2bfe8;
}
.color-3 {
color: #f2d4e3;
}
.color-4 {
color: #fbcfb7;
}
.color-5 {
color: #fbcf8e;
}

/* CSS Variables */
:root {
--color-1: #b29fe9;
--color-2: #d2bfe8;
--color-3: #f2d4e3;
--color-4: #fbcfb7;
--color-5: #fbcf8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b29fe9, #d2bfe8, #f2d4e3, #fbcfb7, #fbcf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b29fe9, #d2bfe8, #f2d4e3, #fbcfb7, #fbcf8e);
}

Whispers of Biloba color palette created on .