Blushing Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petals palette

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

Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #f7cfd6;
}
.color-2 {
color: #eba2bb;
}
.color-3 {
color: #d87d9f;
}
.color-4 {
color: #c2567c;
}
.color-5 {
color: #a2344a;
}

/* CSS Variables */
:root {
--color-1: #f7cfd6;
--color-2: #eba2bb;
--color-3: #d87d9f;
--color-4: #c2567c;
--color-5: #a2344a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cfd6, #eba2bb, #d87d9f, #c2567c, #a2344a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cfd6, #eba2bb, #d87d9f, #c2567c, #a2344a);
}

Blushing Petals color palette created on .