Pastel Blue Pink Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Blue Pink Purple palette

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

Pastel Blue Pink Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #d5a5e9;
}
.color-3 {
color: #f1b1d8;
}
.color-4 {
color: #f9c3e5;
}
.color-5 {
color: #f3e2f0;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #d5a5e9;
--color-3: #f1b1d8;
--color-4: #f9c3e5;
--color-5: #f3e2f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #d5a5e9, #f1b1d8, #f9c3e5, #f3e2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #d5a5e9, #f1b1d8, #f9c3e5, #f3e2f0);
}

Pastel Blue Pink Purple color palette created on .