Whispering Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Blossoms palette

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

Whispering Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b7;
}
.color-2 {
color: #f8c9d1;
}
.color-3 {
color: #e8d5b5;
}
.color-4 {
color: #b2e0ae;
}
.color-5 {
color: #a3c8e1;
}

/* CSS Variables */
:root {
--color-1: #f1a7b7;
--color-2: #f8c9d1;
--color-3: #e8d5b5;
--color-4: #b2e0ae;
--color-5: #a3c8e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b7, #f8c9d1, #e8d5b5, #b2e0ae, #a3c8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b7, #f8c9d1, #e8d5b5, #b2e0ae, #a3c8e1);
}

Whispering Blossoms color palette created on .