Pastel Pink Blue Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink Blue Purple palette

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

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

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #f1a7b3;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f7c5d5;
}
.color-5 {
color: #b3d2ea;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #f1a7b3;
--color-3: #eab8e4;
--color-4: #f7c5d5;
--color-5: #b3d2ea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #f1a7b3, #eab8e4, #f7c5d5, #b3d2ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #f1a7b3, #eab8e4, #f7c5d5, #b3d2ea);
}

Pastel Pink Blue Purple color palette created on .