Blushing Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Blossoms palette

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

Blushing Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f1c1b1;
}
.color-3 {
color: #f1d3c6;
}
.color-4 {
color: #f1e5b6;
}
.color-5 {
color: #f1d5a2;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1c1b1;
--color-3: #f1d3c6;
--color-4: #f1e5b6;
--color-5: #f1d5a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1c1b1, #f1d3c6, #f1e5b6, #f1d5a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1c1b1, #f1d3c6, #f1e5b6, #f1d5a2);
}

Blushing Blossoms color palette created on .