Pink Lilly カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Lilly palette

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

Pink Lilly カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7ca;
}
.color-2 {
color: #e25074;
}
.color-3 {
color: #da3e6d;
}
.color-4 {
color: #c73d5d;
}
.color-5 {
color: #a62b5a;
}

/* CSS Variables */
:root {
--color-1: #f1a7ca;
--color-2: #e25074;
--color-3: #da3e6d;
--color-4: #c73d5d;
--color-5: #a62b5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ca, #e25074, #da3e6d, #c73d5d, #a62b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ca, #e25074, #da3e6d, #c73d5d, #a62b5a);
}

Pink Lilly color palette created on .