Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f7aaa1;
}
.color-3 {
color: #f7c5c8;
}
.color-4 {
color: #f8e2e7;
}
.color-5 {
color: #f2f3f7;
}

/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f7aaa1;
--color-3: #f7c5c8;
--color-4: #f8e2e7;
--color-5: #f2f3f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f7aaa1, #f7c5c8, #f8e2e7, #f2f3f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f7aaa1, #f7c5c8, #f8e2e7, #f2f3f7);
}

Shades of Pink color palette created on .