Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink palette

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

Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b2c1;
}
.color-2 {
color: #f4e2b8;
}
.color-3 {
color: #b6e4e7;
}
.color-4 {
color: #a7d7cf;
}
.color-5 {
color: #e3b8e5;
}

/* CSS Variables */
:root {
--color-1: #f5b2c1;
--color-2: #f4e2b8;
--color-3: #b6e4e7;
--color-4: #a7d7cf;
--color-5: #e3b8e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c1, #f4e2b8, #b6e4e7, #a7d7cf, #e3b8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c1, #f4e2b8, #b6e4e7, #a7d7cf, #e3b8e5);
}

Pastel Pink color palette created on .