Whispers of Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blossom palette

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

Whispers of Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e6f4;
}
.color-2 {
color: #9df1bd;
}
.color-3 {
color: #d0b7dc;
}
.color-4 {
color: #a67aae;
}
.color-5 {
color: #c85b65;
}

/* CSS Variables */
:root {
--color-1: #f4e6f4;
--color-2: #9df1bd;
--color-3: #d0b7dc;
--color-4: #a67aae;
--color-5: #c85b65;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e6f4, #9df1bd, #d0b7dc, #a67aae, #c85b65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e6f4, #9df1bd, #d0b7dc, #a67aae, #c85b65);
}

Whispers of Blossom color palette created on .