Blushing Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petals palette

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

Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #6d4051;
}
.color-2 {
color: #8f5b68;
}
.color-3 {
color: #c18692;
}
.color-4 {
color: #f2b1c4;
}
.color-5 {
color: #f4e1e7;
}

/* CSS Variables */
:root {
--color-1: #6d4051;
--color-2: #8f5b68;
--color-3: #c18692;
--color-4: #f2b1c4;
--color-5: #f4e1e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4051, #8f5b68, #c18692, #f2b1c4, #f4e1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4051, #8f5b68, #c18692, #f2b1c4, #f4e1e7);
}

Blushing Petals color palette created on .