Blushing Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petals palette

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

Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #f1b1c5;
}
.color-2 {
color: #f8d3e2;
}
.color-3 {
color: #f4a4bf;
}
.color-4 {
color: #e8a1b6;
}
.color-5 {
color: #d17a94;
}

/* CSS Variables */
:root {
--color-1: #f1b1c5;
--color-2: #f8d3e2;
--color-3: #f4a4bf;
--color-4: #e8a1b6;
--color-5: #d17a94;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1c5, #f8d3e2, #f4a4bf, #e8a1b6, #d17a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1c5, #f8d3e2, #f4a4bf, #e8a1b6, #d17a94);
}

Blushing Petals color palette created on .