Light Pink and Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Pink and Purple palette

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

Light Pink and Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c9d4;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d39cd0;
}
.color-4 {
color: #a76bae;
}
.color-5 {
color: #7c4b8b;
}

/* CSS Variables */
:root {
--color-1: #f8c9d4;
--color-2: #eab8e4;
--color-3: #d39cd0;
--color-4: #a76bae;
--color-5: #7c4b8b;
}

Light Pink and Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d4, #eab8e4, #d39cd0, #a76bae, #7c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d4, #eab8e4, #d39cd0, #a76bae, #7c4b8b);
}

Light Pink and Purple color palette created on .