Blush Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blush Pink Shades palette

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

Blush Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c2c2;
}
.color-2 {
color: #f8b4c1;
}
.color-3 {
color: #f7a1b5;
}
.color-4 {
color: #f78d9d;
}
.color-5 {
color: #f27885;
}

/* CSS Variables */
:root {
--color-1: #f5c2c2;
--color-2: #f8b4c1;
--color-3: #f7a1b5;
--color-4: #f78d9d;
--color-5: #f27885;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2c2, #f8b4c1, #f7a1b5, #f78d9d, #f27885);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2c2, #f8b4c1, #f7a1b5, #f78d9d, #f27885);
}

Blush Pink Shades color palette created on .