Soft Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pastel Pink palette

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

Soft Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f7aaa1;
}
.color-2 {
color: #f7d4ab;
}
.color-3 {
color: #f7e4ab;
}
.color-4 {
color: #abd4f7;
}
.color-5 {
color: #abb9f7;
}

/* CSS Variables */
:root {
--color-1: #f7aaa1;
--color-2: #f7d4ab;
--color-3: #f7e4ab;
--color-4: #abd4f7;
--color-5: #abb9f7;
}

Soft Pastel Pink の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7aaa1, #f7d4ab, #f7e4ab, #abd4f7, #abb9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7aaa1, #f7d4ab, #f7e4ab, #abd4f7, #abb9f7);
}

Soft Pastel Pink color palette created on .