Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b1c3;
}
.color-2 {
color: #f1a7ae;
}
.color-3 {
color: #e88c9b;
}
.color-4 {
color: #d76a8b;
}
.color-5 {
color: #c34b7b;
}

/* CSS Variables */
:root {
--color-1: #f7b1c3;
--color-2: #f1a7ae;
--color-3: #e88c9b;
--color-4: #d76a8b;
--color-5: #c34b7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1c3, #f1a7ae, #e88c9b, #d76a8b, #c34b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1c3, #f1a7ae, #e88c9b, #d76a8b, #c34b7b);
}

Shades of Pink color palette created on .