Blushing Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petals palette

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

Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #d4598c;
}
.color-2 {
color: #e07b99;
}
.color-3 {
color: #f2a1b4;
}
.color-4 {
color: #fbc6d4;
}
.color-5 {
color: #ffd1e8;
}

/* CSS Variables */
:root {
--color-1: #d4598c;
--color-2: #e07b99;
--color-3: #f2a1b4;
--color-4: #fbc6d4;
--color-5: #ffd1e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4598c, #e07b99, #f2a1b4, #fbc6d4, #ffd1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4598c, #e07b99, #f2a1b4, #fbc6d4, #ffd1e8);
}

Blushing Petals color palette created on .