Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f1b7d0;
}
.color-3 {
color: #f6d0e0;
}
.color-4 {
color: #f9e1e7;
}
.color-5 {
color: #f3b9cd;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f1b7d0;
--color-3: #f6d0e0;
--color-4: #f9e1e7;
--color-5: #f3b9cd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f1b7d0, #f6d0e0, #f9e1e7, #f3b9cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f1b7d0, #f6d0e0, #f9e1e7, #f3b9cd);
}

Pink Shades color palette created on .