Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink palette

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

Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6cbd3;
}
.color-2 {
color: #f1e4b6;
}
.color-3 {
color: #d4e8e6;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #a7d3f1;
}

/* CSS Variables */
:root {
--color-1: #f6cbd3;
--color-2: #f1e4b6;
--color-3: #d4e8e6;
--color-4: #b3cde0;
--color-5: #a7d3f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cbd3, #f1e4b6, #d4e8e6, #b3cde0, #a7d3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cbd3, #f1e4b6, #d4e8e6, #b3cde0, #a7d3f1);
}

Pastel Pink color palette created on .