Blushing Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petals palette

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

Blushing Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a3c7;
}
.color-2 {
color: #f5c7d4;
}
.color-3 {
color: #fcdee4;
}
.color-4 {
color: #ffe0e0;
}
.color-5 {
color: #ffb3c7;
}

/* CSS Variables */
:root {
--color-1: #f0a3c7;
--color-2: #f5c7d4;
--color-3: #fcdee4;
--color-4: #ffe0e0;
--color-5: #ffb3c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3c7, #f5c7d4, #fcdee4, #ffe0e0, #ffb3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3c7, #f5c7d4, #fcdee4, #ffe0e0, #ffb3c7);
}

Blushing Petals color palette created on .