Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #d590a4;
}
.color-2 {
color: #f1b1c4;
}
.color-3 {
color: #f6c1ce;
}
.color-4 {
color: #f8b8af;
}
.color-5 {
color: #e94e6d;
}

/* CSS Variables */
:root {
--color-1: #d590a4;
--color-2: #f1b1c4;
--color-3: #f6c1ce;
--color-4: #f8b8af;
--color-5: #e94e6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d590a4, #f1b1c4, #f6c1ce, #f8b8af, #e94e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d590a4, #f1b1c4, #f6c1ce, #f8b8af, #e94e6d);
}

Pink Shades color palette created on .