Black and Pink Peppercorn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Black and Pink Peppercorn palette

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

Black and Pink Peppercorn カラーパレット CSS

/* CSS */
.color-1 {
color: #988183;
}
.color-2 {
color: #d9a0a9;
}
.color-3 {
color: #fdd8e0;
}
.color-4 {
color: #f9e7ea;
}
.color-5 {
color: #a06e71;
}

/* CSS Variables */
:root {
--color-1: #988183;
--color-2: #d9a0a9;
--color-3: #fdd8e0;
--color-4: #f9e7ea;
--color-5: #a06e71;
}

Black and Pink Peppercorn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #988183, #d9a0a9, #fdd8e0, #f9e7ea, #a06e71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #988183, #d9a0a9, #fdd8e0, #f9e7ea, #a06e71);
}

Black and Pink Peppercorn color palette created on .