Shades of Pink Lavender カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink Lavender palette

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

Shades of Pink Lavender カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d8a5d9;
}
.color-3 {
color: #b68dc8;
}
.color-4 {
color: #9071b7;
}
.color-5 {
color: #6b4b95;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d8a5d9;
--color-3: #b68dc8;
--color-4: #9071b7;
--color-5: #6b4b95;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d8a5d9, #b68dc8, #9071b7, #6b4b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d8a5d9, #b68dc8, #9071b7, #6b4b95);
}

Shades of Pink Lavender color palette created on .