Blushing Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petals palette

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

Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #9c2b5e;
}
.color-2 {
color: #c36984;
}
.color-3 {
color: #d9a6b1;
}
.color-4 {
color: #f2c4d7;
}
.color-5 {
color: #fbd5d9;
}

/* CSS Variables */
:root {
--color-1: #9c2b5e;
--color-2: #c36984;
--color-3: #d9a6b1;
--color-4: #f2c4d7;
--color-5: #fbd5d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c2b5e, #c36984, #d9a6b1, #f2c4d7, #fbd5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c2b5e, #c36984, #d9a6b1, #f2c4d7, #fbd5d9);
}

Blushing Petals color palette created on .