Pink Lily カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Lily palette

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

Pink Lily カラーパレット CSS

/* CSS */
.color-1 {
color: #995c6f;
}
.color-2 {
color: #9e6174;
}
.color-3 {
color: #a26786;
}
.color-4 {
color: #966990;
}
.color-5 {
color: #885981;
}

/* CSS Variables */
:root {
--color-1: #995c6f;
--color-2: #9e6174;
--color-3: #a26786;
--color-4: #966990;
--color-5: #885981;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #995c6f, #9e6174, #a26786, #966990, #885981);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #995c6f, #9e6174, #a26786, #966990, #885981);
}

似たようなカラーパレット

下にスクロールして1個のDeeproseカラーパレットを探索しましょう

Pink Lily color palette created on .