Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d88;
}
.color-2 {
color: #c62f6e;
}
.color-3 {
color: #9a0980;
}
.color-4 {
color: #6b0032;
}
.color-5 {
color: #381200;
}

/* CSS Variables */
:root {
--color-1: #ff4d88;
--color-2: #c62f6e;
--color-3: #9a0980;
--color-4: #6b0032;
--color-5: #381200;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d88, #c62f6e, #9a0980, #6b0032, #381200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d88, #c62f6e, #9a0980, #6b0032, #381200);
}

Pink Shades color palette created on .