Blushing Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petals palette

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

Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #f2c2b1;
}
.color-2 {
color: #fdafaf;
}
.color-3 {
color: #f4b4d4;
}
.color-4 {
color: #f28cbc;
}
.color-5 {
color: #d06287;
}

/* CSS Variables */
:root {
--color-1: #f2c2b1;
--color-2: #fdafaf;
--color-3: #f4b4d4;
--color-4: #f28cbc;
--color-5: #d06287;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c2b1, #fdafaf, #f4b4d4, #f28cbc, #d06287);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c2b1, #fdafaf, #f4b4d4, #f28cbc, #d06287);
}

Blushing Petals color palette created on .