Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink palette

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

Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c372;
}
.color-2 {
color: #f9d09f;
}
.color-3 {
color: #f49fb0;
}
.color-4 {
color: #a4d5df;
}
.color-5 {
color: #84e2f5;
}

/* CSS Variables */
:root {
--color-1: #f8c372;
--color-2: #f9d09f;
--color-3: #f49fb0;
--color-4: #a4d5df;
--color-5: #84e2f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c372, #f9d09f, #f49fb0, #a4d5df, #84e2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c372, #f9d09f, #f49fb0, #a4d5df, #84e2f5);
}

Pastel Pink color palette created on .