Trendy Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Trendy Pink Shades palette

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

Trendy Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d68fb3;
}
.color-3 {
color: #c67bb0;
}
.color-4 {
color: #b46a9c;
}
.color-5 {
color: #a05a8b;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d68fb3;
--color-3: #c67bb0;
--color-4: #b46a9c;
--color-5: #a05a8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d68fb3, #c67bb0, #b46a9c, #a05a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d68fb3, #c67bb0, #b46a9c, #a05a8b);
}

Trendy Pink Shades color palette created on .