Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #e46289;
}
.color-3 {
color: #da4e76;
}
.color-4 {
color: #b93c61;
}
.color-5 {
color: #a42d4d;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #e46289;
--color-3: #da4e76;
--color-4: #b93c61;
--color-5: #a42d4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #e46289, #da4e76, #b93c61, #a42d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #e46289, #da4e76, #b93c61, #a42d4d);
}

Shades of Pink color palette created on .