Pink Cream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Cream palette

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

Pink Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b9;
}
.color-2 {
color: #e8bfd2;
}
.color-3 {
color: #c5a7d2;
}
.color-4 {
color: #d5c5e2;
}
.color-5 {
color: #e8d2c9;
}

/* CSS Variables */
:root {
--color-1: #f1a7b9;
--color-2: #e8bfd2;
--color-3: #c5a7d2;
--color-4: #d5c5e2;
--color-5: #e8d2c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b9, #e8bfd2, #c5a7d2, #d5c5e2, #e8d2c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b9, #e8bfd2, #c5a7d2, #d5c5e2, #e8d2c9);
}

Pink Cream color palette created on .