Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ff75a1;
}
.color-2 {
color: #ff9ec0;
}
.color-3 {
color: #ffb3d9;
}
.color-4 {
color: #ffe0ee;
}
.color-5 {
color: #ff708f;
}

/* CSS Variables */
:root {
--color-1: #ff75a1;
--color-2: #ff9ec0;
--color-3: #ffb3d9;
--color-4: #ffe0ee;
--color-5: #ff708f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a1, #ff9ec0, #ffb3d9, #ffe0ee, #ff708f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a1, #ff9ec0, #ffb3d9, #ffe0ee, #ff708f);
}

Pink Shades color palette created on .