Pastel Pink Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink Dreams palette

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

Pastel Pink Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f4b8d1;
}
.color-2 {
color: #f1a7c6;
}
.color-3 {
color: #e27eba;
}
.color-4 {
color: #d86f9a;
}
.color-5 {
color: #c76b8e;
}

/* CSS Variables */
:root {
--color-1: #f4b8d1;
--color-2: #f1a7c6;
--color-3: #e27eba;
--color-4: #d86f9a;
--color-5: #c76b8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8d1, #f1a7c6, #e27eba, #d86f9a, #c76b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8d1, #f1a7c6, #e27eba, #d86f9a, #c76b8e);
}

Pastel Pink Dreams color palette created on .