Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c4d3;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #f08e95;
}
.color-4 {
color: #e57173;
}
.color-5 {
color: #d0587c;
}

/* CSS Variables */
:root {
--color-1: #f3c4d3;
--color-2: #f1a7b2;
--color-3: #f08e95;
--color-4: #e57173;
--color-5: #d0587c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4d3, #f1a7b2, #f08e95, #e57173, #d0587c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4d3, #f1a7b2, #f08e95, #e57173, #d0587c);
}

Pink Shades color palette created on .