Pearlescent Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pearlescent Blush palette

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

Pearlescent Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f3d3d6;
}
.color-2 {
color: #f1a7b3;
}
.color-3 {
color: #f78d9d;
}
.color-4 {
color: #f56b80;
}
.color-5 {
color: #f2506b;
}

/* CSS Variables */
:root {
--color-1: #f3d3d6;
--color-2: #f1a7b3;
--color-3: #f78d9d;
--color-4: #f56b80;
--color-5: #f2506b;
}

Pearlescent Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d3d6, #f1a7b3, #f78d9d, #f56b80, #f2506b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d3d6, #f1a7b3, #f78d9d, #f56b80, #f2506b);
}

Pearlescent Blush color palette created on .