Pink Cream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Cream palette

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

Pink Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d69abd;
}
.color-3 {
color: #b77b9d;
}
.color-4 {
color: #f5b7c7;
}
.color-5 {
color: #f1e3df;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d69abd;
--color-3: #b77b9d;
--color-4: #f5b7c7;
--color-5: #f1e3df;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d69abd, #b77b9d, #f5b7c7, #f1e3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d69abd, #b77b9d, #f5b7c7, #f1e3df);
}

Pink Cream color palette created on .