Whispering Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Blossoms palette

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

Whispering Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f6cdcb;
}
.color-2 {
color: #d0dfce;
}
.color-3 {
color: #ead8c8;
}
.color-4 {
color: #f8e8b9;
}
.color-5 {
color: #f3aeaa;
}

/* CSS Variables */
:root {
--color-1: #f6cdcb;
--color-2: #d0dfce;
--color-3: #ead8c8;
--color-4: #f8e8b9;
--color-5: #f3aeaa;
}

Whispering Blossoms の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cdcb, #d0dfce, #ead8c8, #f8e8b9, #f3aeaa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cdcb, #d0dfce, #ead8c8, #f8e8b9, #f3aeaa);
}

Whispering Blossoms color palette created on .