Pink Neutrals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Neutrals palette

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

Pink Neutrals カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f9b4d2;
}
.color-3 {
color: #e89bb2;
}
.color-4 {
color: #c7a78e;
}
.color-5 {
color: #b0a89c;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f9b4d2;
--color-3: #e89bb2;
--color-4: #c7a78e;
--color-5: #b0a89c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f9b4d2, #e89bb2, #c7a78e, #b0a89c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f9b4d2, #e89bb2, #c7a78e, #b0a89c);
}

Pink Neutrals color palette created on .