Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f4dad7;
}
.color-2 {
color: #eabab3;
}
.color-3 {
color: #e6a09e;
}
.color-4 {
color: #d78c89;
}
.color-5 {
color: #c77170;
}

/* CSS Variables */
:root {
--color-1: #f4dad7;
--color-2: #eabab3;
--color-3: #e6a09e;
--color-4: #d78c89;
--color-5: #c77170;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4dad7, #eabab3, #e6a09e, #d78c89, #c77170);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4dad7, #eabab3, #e6a09e, #d78c89, #c77170);
}

Shades of Pink color palette created on .