Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e67076;
}
.color-4 {
color: #d84f6d;
}
.color-5 {
color: #b63e58;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a8a2;
--color-3: #e67076;
--color-4: #d84f6d;
--color-5: #b63e58;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a8a2, #e67076, #d84f6d, #b63e58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a8a2, #e67076, #d84f6d, #b63e58);
}

Shades of Pink color palette created on .