Blushing Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petals palette

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

Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #d69ea7;
}
.color-2 {
color: #e6b7c0;
}
.color-3 {
color: #f2c5d4;
}
.color-4 {
color: #f8e2e5;
}
.color-5 {
color: #f9b9c3;
}

/* CSS Variables */
:root {
--color-1: #d69ea7;
--color-2: #e6b7c0;
--color-3: #f2c5d4;
--color-4: #f8e2e5;
--color-5: #f9b9c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69ea7, #e6b7c0, #f2c5d4, #f8e2e5, #f9b9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69ea7, #e6b7c0, #f2c5d4, #f8e2e5, #f9b9c3);
}

Blushing Petals color palette created on .