Pastel Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Purple palette

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

Pastel Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #d49fdf;
}
.color-2 {
color: #a0cfe9;
}
.color-3 {
color: #86e4c5;
}
.color-4 {
color: #f7c2b1;
}
.color-5 {
color: #f9d64e;
}

/* CSS Variables */
:root {
--color-1: #d49fdf;
--color-2: #a0cfe9;
--color-3: #86e4c5;
--color-4: #f7c2b1;
--color-5: #f9d64e;
}

Pastel Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d49fdf, #a0cfe9, #86e4c5, #f7c2b1, #f9d64e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d49fdf, #a0cfe9, #86e4c5, #f7c2b1, #f9d64e);
}

Pastel Purple color palette created on .