Pastel Pink Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink Dreams palette

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

Pastel Pink Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #ed91b3;
}
.color-4 {
color: #f5c7df;
}
.color-5 {
color: #f8e8f0;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b4;
--color-3: #ed91b3;
--color-4: #f5c7df;
--color-5: #f8e8f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b4, #ed91b3, #f5c7df, #f8e8f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b4, #ed91b3, #f5c7df, #f8e8f0);
}

Pastel Pink Dreams color palette created on .