Pink Creams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Creams palette

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

Pink Creams カラーパレット CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #f7d3b6;
}
.color-5 {
color: #f2e1d9;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f4c3b3;
--color-3: #e9b79f;
--color-4: #f7d3b6;
--color-5: #f2e1d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f4c3b3, #e9b79f, #f7d3b6, #f2e1d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f4c3b3, #e9b79f, #f7d3b6, #f2e1d9);
}

Pink Creams color palette created on .